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) The identifier of the default AWS KMS key to use for encrypting data in the application.idcInstanceArn(String idcInstanceArn) The Amazon Resource Name (ARN) of the IAM Identity Center instance to associate with the application.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the IAM role to associate with the application.The tags to associate with the application.Methods 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
The Amazon Resource Name (ARN) of the IAM Identity Center instance to associate with the application.
- Parameters:
idcInstanceArn- The Amazon Resource Name (ARN) of the IAM Identity Center instance to associate with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the IAM role to associate with the application.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role to associate with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultKmsKeyId
The identifier of the default AWS KMS key to use for encrypting data in the application.
- Parameters:
defaultKmsKeyId- The identifier of the default AWS KMS key to use for encrypting data in the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to associate with the application.
- Parameters:
tags- The 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.
-