Interface GetFlowAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<GetFlowAssociationResponse.Builder,GetFlowAssociationResponse>,SdkBuilder<GetFlowAssociationResponse.Builder,GetFlowAssociationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetFlowAssociationResponse
public static interface GetFlowAssociationResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<GetFlowAssociationResponse.Builder,GetFlowAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFlowAssociationResponse.BuilderflowId(String flowId)The identifier of the flow.GetFlowAssociationResponse.BuilderresourceId(String resourceId)The identifier of the resource.GetFlowAssociationResponse.BuilderresourceType(String resourceType)A valid resource type.GetFlowAssociationResponse.BuilderresourceType(FlowAssociationResourceType resourceType)A valid resource type.-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
resourceId
GetFlowAssociationResponse.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.
-
flowId
GetFlowAssociationResponse.Builder flowId(String flowId)
The identifier of the flow.
- Parameters:
flowId- The identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
GetFlowAssociationResponse.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
GetFlowAssociationResponse.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
-
-