Interface CreateApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>,OpenSearchRequest.Builder,SdkBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateApplicationRequest
public static interface CreateApplicationRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateApplicationRequest.BuilderappConfigs(Collection<AppConfig> appConfigs)Configurations of the OpenSearch Application, inlcuding admin configuration.CreateApplicationRequest.BuilderappConfigs(Consumer<AppConfig.Builder>... appConfigs)Configurations of the OpenSearch Application, inlcuding admin configuration.CreateApplicationRequest.BuilderappConfigs(AppConfig... appConfigs)Configurations of the OpenSearch Application, inlcuding admin configuration.CreateApplicationRequest.BuilderclientToken(String clientToken)A unique client idempotency token.CreateApplicationRequest.BuilderdataSources(Collection<DataSource> dataSources)Data sources to be associated with the OpenSearch Application.CreateApplicationRequest.BuilderdataSources(Consumer<DataSource.Builder>... dataSources)Data sources to be associated with the OpenSearch Application.CreateApplicationRequest.BuilderdataSources(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.CreateApplicationRequest.BuilderiamIdentityCenterOptions(IamIdentityCenterOptionsInput iamIdentityCenterOptions)Settings of IAM Identity Center for the OpenSearch Application.CreateApplicationRequest.Buildername(String name)Name of the OpenSearch Appication to create.CreateApplicationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateApplicationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateApplicationRequest.BuildertagList(Collection<Tag> tagList)Sets the value of the TagList property for this object.CreateApplicationRequest.BuildertagList(Consumer<Tag.Builder>... tagList)Sets the value of the TagList property for this object.CreateApplicationRequest.BuildertagList(Tag... tagList)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 Detail
-
clientToken
CreateApplicationRequest.Builder clientToken(String 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
CreateApplicationRequest.Builder name(String 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
CreateApplicationRequest.Builder dataSources(Collection<DataSource> 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
CreateApplicationRequest.Builder dataSources(DataSource... 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
CreateApplicationRequest.Builder dataSources(Consumer<DataSource.Builder>... 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 to#dataSources(List.) - 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:
#dataSources(java.util.Collection)
-
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:
iamIdentityCenterOptions(IamIdentityCenterOptionsInput)
-
appConfigs
CreateApplicationRequest.Builder appConfigs(Collection<AppConfig> 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
CreateApplicationRequest.Builder appConfigs(AppConfig... 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
CreateApplicationRequest.Builder appConfigs(Consumer<AppConfig.Builder>... 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 to#appConfigs(List.) - 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:
#appConfigs(java.util.Collection)
-
tagList
CreateApplicationRequest.Builder tagList(Collection<Tag> 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
CreateApplicationRequest.Builder tagList(Tag... 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
CreateApplicationRequest.Builder tagList(Consumer<Tag.Builder>... 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 to#tagList(List.) - 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:
#tagList(java.util.Collection)
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-