Interface ArcRoutingControlConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ArcRoutingControlConfiguration.Builder,
,ArcRoutingControlConfiguration> SdkBuilder<ArcRoutingControlConfiguration.Builder,
,ArcRoutingControlConfiguration> SdkPojo
- Enclosing class:
ArcRoutingControlConfiguration
@Mutable
@NotThreadSafe
public static interface ArcRoutingControlConfiguration.Builder
extends SdkPojo, CopyableBuilder<ArcRoutingControlConfiguration.Builder,ArcRoutingControlConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncrossAccountRole
(String crossAccountRole) The cross account role for the configuration.externalId
(String externalId) The external ID (secret key) for the configuration.regionAndRoutingControls
(Map<String, ? extends Collection<ArcRoutingControlState>> regionAndRoutingControls) The Region and ARC routing controls for the configuration.timeoutMinutes
(Integer timeoutMinutes) The timeout value specified for the configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
timeoutMinutes
The timeout value specified for the configuration.
- Parameters:
timeoutMinutes
- The timeout value specified for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crossAccountRole
The cross account role for the configuration.
- Parameters:
crossAccountRole
- The cross account role for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalId
The external ID (secret key) for the configuration.
- Parameters:
externalId
- The external ID (secret key) for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionAndRoutingControls
ArcRoutingControlConfiguration.Builder regionAndRoutingControls(Map<String, ? extends Collection<ArcRoutingControlState>> regionAndRoutingControls) The Region and ARC routing controls for the configuration.
- Parameters:
regionAndRoutingControls
- The Region and ARC routing controls for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-