Interface SourceAwsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SourceAwsConfiguration.Builder,,SourceAwsConfiguration> SdkBuilder<SourceAwsConfiguration.Builder,,SourceAwsConfiguration> SdkPojo
- Enclosing class:
SourceAwsConfiguration
@Mutable
@NotThreadSafe
public static interface SourceAwsConfiguration.Builder
extends SdkPojo, CopyableBuilder<SourceAwsConfiguration.Builder,SourceAwsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionAWS Account Id corresponding to provided resources.accountType(String accountType) Account Type 'source' for AIDevOps monitoring.accountType(SourceAccountType accountType) Account Type 'source' for AIDevOps monitoring.assumableRoleArn(String assumableRoleArn) Role ARN to be assumed by AIDevOps to operate on behalf of customer.externalId(String externalId) External ID for additional security when assuming the role.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
-
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 'source' for AIDevOps monitoring.
- Parameters:
accountType- Account Type 'source' for AIDevOps monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accountType
Account Type 'source' for AIDevOps monitoring.
- Parameters:
accountType- Account Type 'source' for AIDevOps monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
externalId
External ID for additional security when assuming the role. Used to prevent the confused deputy problem.
- Parameters:
externalId- External ID for additional security when assuming the role. Used to prevent the confused deputy problem.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-