Interface ContactFlowModuleSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContactFlowModuleSummary.Builder,ContactFlowModuleSummary>,SdkBuilder<ContactFlowModuleSummary.Builder,ContactFlowModuleSummary>,SdkPojo
- Enclosing class:
- ContactFlowModuleSummary
public static interface ContactFlowModuleSummary.Builder extends SdkPojo, CopyableBuilder<ContactFlowModuleSummary.Builder,ContactFlowModuleSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactFlowModuleSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the flow module.ContactFlowModuleSummary.Builderid(String id)The identifier of the flow module.ContactFlowModuleSummary.Buildername(String name)The name of the flow module.ContactFlowModuleSummary.Builderstate(String state)The type of flow module.ContactFlowModuleSummary.Builderstate(ContactFlowModuleState state)The type of flow module.-
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
-
id
ContactFlowModuleSummary.Builder id(String id)
The identifier of the flow module.
- Parameters:
id- The identifier of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
ContactFlowModuleSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the flow module.
- Parameters:
arn- The Amazon Resource Name (ARN) of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ContactFlowModuleSummary.Builder name(String name)
The name of the flow module.
- Parameters:
name- The name of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
ContactFlowModuleSummary.Builder state(String state)
The type of flow module.
- Parameters:
state- The type of flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowModuleState,ContactFlowModuleState
-
state
ContactFlowModuleSummary.Builder state(ContactFlowModuleState state)
The type of flow module.
- Parameters:
state- The type of flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowModuleState,ContactFlowModuleState
-
-