Interface AWSConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AWSConfiguration.Builder,,AWSConfiguration> SdkBuilder<AWSConfiguration.Builder,,AWSConfiguration> SdkPojo
- Enclosing class:
AWSConfiguration
@Mutable
@NotThreadSafe
public static interface AWSConfiguration.Builder
extends SdkPojo, CopyableBuilder<AWSConfiguration.Builder,AWSConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionAWS Account Id corresponding to provided resources.accountType(String accountType) Account Type 'monitor' for AIDevOps monitoring.accountType(MonitorAccountType accountType) Account Type 'monitor' for AIDevOps monitoring.assumableRoleArn(String assumableRoleArn) Role ARN to be assumed by AIDevOps to operate on behalf of customer.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
-
assumableRoleArn
Role ARN to be assumed by AIDevOps to operate on behalf of customer.
- Parameters:
assumableRoleArn- Role ARN to be assumed by AIDevOps to operate on behalf of customer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
AWS Account Id corresponding to provided resources.
- Parameters:
accountId- AWS Account Id corresponding to provided resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountType
Account Type 'monitor' for AIDevOps monitoring.
- Parameters:
accountType- Account Type 'monitor' for AIDevOps monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accountType
Account Type 'monitor' for AIDevOps monitoring.
- Parameters:
accountType- Account Type 'monitor' for AIDevOps monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-