Interface ExecutionApprovalConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExecutionApprovalConfiguration.Builder,,ExecutionApprovalConfiguration> SdkBuilder<ExecutionApprovalConfiguration.Builder,,ExecutionApprovalConfiguration> SdkPojo
- Enclosing class:
ExecutionApprovalConfiguration
@Mutable
@NotThreadSafe
public static interface ExecutionApprovalConfiguration.Builder
extends SdkPojo, CopyableBuilder<ExecutionApprovalConfiguration.Builder,ExecutionApprovalConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionapprovalRole(String approvalRole) The IAM approval role for the configuration.timeoutMinutes(Integer timeoutMinutes) The timeout value specified for the configuration.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, 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.
-
approvalRole
The IAM approval role for the configuration.
- Parameters:
approvalRole- The IAM approval role for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-