Interface CreateApplicationRequest.Builder
- All Superinterfaces:
AccountAccessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateApplicationRequest.Builder,,CreateApplicationRequest> SdkBuilder<CreateApplicationRequest.Builder,,CreateApplicationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateApplicationRequest
@Mutable
@NotThreadSafe
public static interface CreateApplicationRequest.Builder
extends AccountAccessRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CreateApplicationRequest.BuilderidentitySource(Consumer<IdentitySource.Builder> identitySource) Specifies the identity source for the application.identitySource(IdentitySource identitySource) Specifies the identity source for the application.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies the tags to assign to the application.Methods inherited from interface software.amazon.awssdk.services.accountaccess.model.AccountAccessRequest.Builder
buildMethods 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, sdkFields
-
Method Details
-
identitySource
Specifies the identity source for the application. The identity source defines the IAM Identity Center instance that provides principals for entitlements.
- Parameters:
identitySource- Specifies the identity source for the application. The identity source defines the IAM Identity Center instance that provides principals for entitlements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identitySource
default CreateApplicationRequest.Builder identitySource(Consumer<IdentitySource.Builder> identitySource) Specifies the identity source for the application. The identity source defines the IAM Identity Center instance that provides principals for entitlements.
This is a convenience method that creates an instance of theIdentitySource.Builderavoiding the need to create one manually viaIdentitySource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidentitySource(IdentitySource).- Parameters:
identitySource- a consumer that will call methods onIdentitySource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Specifies the tags to assign to the application.
- Parameters:
tags- Specifies the tags to assign to 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.
-