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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowAssociationSummary.BuilderflowId(String flowId)The identifier of the flow.FlowAssociationSummary.BuilderresourceId(String resourceId)The identifier of the resource.FlowAssociationSummary.BuilderresourceType(String resourceType)The type of resource association.FlowAssociationSummary.BuilderresourceType(ListFlowAssociationResourceType resourceType)The type of resource association.-
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
-
resourceId
FlowAssociationSummary.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
FlowAssociationSummary.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
FlowAssociationSummary.Builder resourceType(String 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:
ListFlowAssociationResourceType,ListFlowAssociationResourceType
-
resourceType
FlowAssociationSummary.Builder resourceType(ListFlowAssociationResourceType 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:
ListFlowAssociationResourceType,ListFlowAssociationResourceType
-
-