Class GetRoutingProfilePlainArgs.Builder

  • Enclosing class:
    GetRoutingProfilePlainArgs

    public static final class GetRoutingProfilePlainArgs.Builder
    extends java.lang.Object
    • Method Detail

      • instanceId

        public GetRoutingProfilePlainArgs.Builder instanceId​(java.lang.String instanceId)
        Parameters:
        instanceId - Reference to the hosting Amazon Connect Instance
        Returns:
        builder
      • name

        public GetRoutingProfilePlainArgs.Builder name​(@Nullable
                                                       java.lang.String name)
        Parameters:
        name - Returns information on a specific Routing Profile by name
        Returns:
        builder
      • routingProfileId

        public GetRoutingProfilePlainArgs.Builder routingProfileId​(@Nullable
                                                                   java.lang.String routingProfileId)
        Parameters:
        routingProfileId - Returns information on a specific Routing Profile by Routing Profile id
        Returns:
        builder
      • tags

        public GetRoutingProfilePlainArgs.Builder tags​(@Nullable
                                                       java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Map of tags to assign to the Routing Profile.
        Returns:
        builder