Interface CreateApplicationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateApplicationRequest.Builder,,CreateApplicationRequest> OpenSearchRequest.Builder,SdkBuilder<CreateApplicationRequest.Builder,,CreateApplicationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateApplicationRequest
-
Method Summary
Modifier and TypeMethodDescriptionappConfigs(Collection<AppConfig> appConfigs) Configurations of the OpenSearch Application, inlcuding admin configuration.appConfigs(Consumer<AppConfig.Builder>... appConfigs) Configurations of the OpenSearch Application, inlcuding admin configuration.appConfigs(AppConfig... appConfigs) Configurations of the OpenSearch Application, inlcuding admin configuration.clientToken(String clientToken) A unique client idempotency token.dataSources(Collection<DataSource> dataSources) Data sources to be associated with the OpenSearch Application.dataSources(Consumer<DataSource.Builder>... dataSources) Data sources to be associated with the OpenSearch Application.dataSources(DataSource... dataSources) Data sources to be associated with the OpenSearch Application.default CreateApplicationRequest.BuilderiamIdentityCenterOptions(Consumer<IamIdentityCenterOptionsInput.Builder> iamIdentityCenterOptions) Settings of IAM Identity Center for the OpenSearch Application.iamIdentityCenterOptions(IamIdentityCenterOptionsInput iamIdentityCenterOptions) Settings of IAM Identity Center for the OpenSearch Application.Name of the OpenSearch Appication to create.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tagList(Collection<Tag> tagList) Sets the value of the TagList property for this object.tagList(Consumer<Tag.Builder>... tagList) Sets the value of the TagList property for this object.Sets the value of the TagList property for this object.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.services.opensearch.model.OpenSearchRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientToken
A unique client idempotency token. It will be auto generated if not provided.
- Parameters:
clientToken- A unique client idempotency token. It will be auto generated if not provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the OpenSearch Appication to create. Application names are unique across the applications owned by an account within an Amazon Web Services Region.
- Parameters:
name- Name of the OpenSearch Appication to create. Application names are unique across the applications owned by an account within an Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
Data sources to be associated with the OpenSearch Application.
- Parameters:
dataSources- Data sources to be associated with the OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
Data sources to be associated with the OpenSearch Application.
- Parameters:
dataSources- Data sources to be associated with the OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
Data sources to be associated with the OpenSearch Application.
This is a convenience method that creates an instance of theDataSource.Builderavoiding the need to create one manually viaDataSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSources(List<DataSource>).- Parameters:
dataSources- a consumer that will call methods onDataSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
iamIdentityCenterOptions
CreateApplicationRequest.Builder iamIdentityCenterOptions(IamIdentityCenterOptionsInput iamIdentityCenterOptions) Settings of IAM Identity Center for the OpenSearch Application.
- Parameters:
iamIdentityCenterOptions- Settings of IAM Identity Center for the OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamIdentityCenterOptions
default CreateApplicationRequest.Builder iamIdentityCenterOptions(Consumer<IamIdentityCenterOptionsInput.Builder> iamIdentityCenterOptions) Settings of IAM Identity Center for the OpenSearch Application.
This is a convenience method that creates an instance of theIamIdentityCenterOptionsInput.Builderavoiding the need to create one manually viaIamIdentityCenterOptionsInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiamIdentityCenterOptions(IamIdentityCenterOptionsInput).- Parameters:
iamIdentityCenterOptions- a consumer that will call methods onIamIdentityCenterOptionsInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
appConfigs
Configurations of the OpenSearch Application, inlcuding admin configuration.
- Parameters:
appConfigs- Configurations of the OpenSearch Application, inlcuding admin configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appConfigs
Configurations of the OpenSearch Application, inlcuding admin configuration.
- Parameters:
appConfigs- Configurations of the OpenSearch Application, inlcuding admin configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appConfigs
Configurations of the OpenSearch Application, inlcuding admin configuration.
This is a convenience method that creates an instance of theAppConfig.Builderavoiding the need to create one manually viaAppConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappConfigs(List<AppConfig>).- Parameters:
appConfigs- a consumer that will call methods onAppConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tagList
Sets the value of the TagList property for this object.- Parameters:
tagList- The new value for the TagList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagList
Sets the value of the TagList property for this object.- Parameters:
tagList- The new value for the TagList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagList
Sets the value of the TagList property for this object. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totagList(List<Tag>).- Parameters:
tagList- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-