Interface CreateApplicationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateApplicationRequest.Builder,,CreateApplicationRequest> SdkBuilder<CreateApplicationRequest.Builder,,CreateApplicationRequest> SdkPojo,SdkRequest.Builder,SecurityAgentRequest.Builder
- Enclosing class:
CreateApplicationRequest
@Mutable
@NotThreadSafe
public static interface CreateApplicationRequest.Builder
extends SecurityAgentRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultKmsKeyId(String defaultKmsKeyId) Default KMS key identifier used to encrypt application dataidcInstanceArn(String idcInstanceArn) ARN of the IAM Identity Center instance used for user authentication.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.ARN of the IAM role that the application uses to access AWS resources on your behalfTags to associate with the applicationMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.securityagent.model.SecurityAgentRequest.Builder
build
-
Method Details
-
idcInstanceArn
ARN of the IAM Identity Center instance used for user authentication. Optional for non-IdC applications
- Parameters:
idcInstanceArn- ARN of the IAM Identity Center instance used for user authentication. Optional for non-IdC applications- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
ARN of the IAM role that the application uses to access AWS resources on your behalf
- Parameters:
roleArn- ARN of the IAM role that the application uses to access AWS resources on your behalf- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultKmsKeyId
Default KMS key identifier used to encrypt application data
- Parameters:
defaultKmsKeyId- Default KMS key identifier used to encrypt application data- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags to associate with the application
- Parameters:
tags- Tags to associate with the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-