Interface GetFlowAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<GetFlowAssociationRequest.Builder,GetFlowAssociationRequest>,SdkBuilder<GetFlowAssociationRequest.Builder,GetFlowAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetFlowAssociationRequest
public static interface GetFlowAssociationRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<GetFlowAssociationRequest.Builder,GetFlowAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFlowAssociationRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.GetFlowAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFlowAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFlowAssociationRequest.BuilderresourceId(String resourceId)The identifier of the resource.GetFlowAssociationRequest.BuilderresourceType(String resourceType)A valid resource type.GetFlowAssociationRequest.BuilderresourceType(FlowAssociationResourceType resourceType)A valid resource type.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceId
GetFlowAssociationRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
GetFlowAssociationRequest.Builder resourceId(String resourceId)
The identifier of the resource.
- Parameters:
resourceId- The identifier of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
GetFlowAssociationRequest.Builder resourceType(String resourceType)
A valid resource type.
- Parameters:
resourceType- A valid resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FlowAssociationResourceType,FlowAssociationResourceType
-
resourceType
GetFlowAssociationRequest.Builder resourceType(FlowAssociationResourceType resourceType)
A valid resource type.
- Parameters:
resourceType- A valid resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FlowAssociationResourceType,FlowAssociationResourceType
-
overrideConfiguration
GetFlowAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFlowAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-