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) Configuration settings for the OpenSearch application, including administrative options.appConfigs
(Consumer<AppConfig.Builder>... appConfigs) Configuration settings for the OpenSearch application, including administrative options.appConfigs
(AppConfig... appConfigs) Configuration settings for the OpenSearch application, including administrative options.clientToken
(String clientToken) Unique, case-sensitive identifier to ensure idempotency of the request.dataSources
(Collection<DataSource> dataSources) The data sources to link to the OpenSearch application.dataSources
(Consumer<DataSource.Builder>... dataSources) The data sources to link to the OpenSearch application.dataSources
(DataSource... dataSources) The data sources to link to the OpenSearch application.default CreateApplicationRequest.Builder
iamIdentityCenterOptions
(Consumer<IamIdentityCenterOptionsInput.Builder> iamIdentityCenterOptions) Configuration settings for integrating Amazon Web Services IAM Identity Center with the OpenSearch application.iamIdentityCenterOptions
(IamIdentityCenterOptionsInput iamIdentityCenterOptions) Configuration settings for integrating Amazon Web Services IAM Identity Center with the OpenSearch application.The unique name of the OpenSearch application.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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientToken
Unique, case-sensitive identifier to ensure idempotency of the request.
- Parameters:
clientToken
- Unique, case-sensitive identifier to ensure idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The unique name of the OpenSearch application. Names must be unique within an Amazon Web Services Region for each account.
- Parameters:
name
- The unique name of the OpenSearch application. Names must be unique within an Amazon Web Services Region for each account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
The data sources to link to the OpenSearch application.
- Parameters:
dataSources
- The data sources to link to the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
The data sources to link to the OpenSearch application.
- Parameters:
dataSources
- The data sources to link to the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
The data sources to link to the OpenSearch application.
This is a convenience method that creates an instance of theDataSource.Builder
avoiding the need to create one manually viaDataSource.builder()
.When the
Consumer
completes,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) Configuration settings for integrating Amazon Web Services IAM Identity Center with the OpenSearch application.
- Parameters:
iamIdentityCenterOptions
- Configuration settings for integrating Amazon Web Services IAM Identity Center with 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) Configuration settings for integrating Amazon Web Services IAM Identity Center with the OpenSearch application.
This is a convenience method that creates an instance of theIamIdentityCenterOptionsInput.Builder
avoiding the need to create one manually viaIamIdentityCenterOptionsInput.builder()
.When the
Consumer
completes,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
Configuration settings for the OpenSearch application, including administrative options.
- Parameters:
appConfigs
- Configuration settings for the OpenSearch application, including administrative options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appConfigs
Configuration settings for the OpenSearch application, including administrative options.
- Parameters:
appConfigs
- Configuration settings for the OpenSearch application, including administrative options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appConfigs
Configuration settings for the OpenSearch application, including administrative options.
This is a convenience method that creates an instance of theAppConfig.Builder
avoiding the need to create one manually viaAppConfig.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-