Interface FlowAssociationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FlowAssociationSummary.Builder,,FlowAssociationSummary> SdkBuilder<FlowAssociationSummary.Builder,,FlowAssociationSummary> SdkPojo
- Enclosing class:
FlowAssociationSummary
public static interface FlowAssociationSummary.Builder
extends SdkPojo, CopyableBuilder<FlowAssociationSummary.Builder,FlowAssociationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the flow.resourceId(String resourceId) The identifier of the resource.resourceType(String resourceType) The type of resource association.resourceType(ListFlowAssociationResourceType resourceType) The type of resource association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
The type of resource association.
- Parameters:
resourceType- The type of resource association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of resource association.
- Parameters:
resourceType- The type of resource association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-