Interface CreateApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateApplicationResponse.Builder,
,CreateApplicationResponse> OpenSearchResponse.Builder
,SdkBuilder<CreateApplicationResponse.Builder,
,CreateApplicationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateApplicationResponse
-
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.Sets the value of the Arn property for this object.The timestamp indicating when the OpenSearch application was created.dataSources
(Collection<DataSource> dataSources) The data sources linked to the OpenSearch application.dataSources
(Consumer<DataSource.Builder>... dataSources) The data sources linked to the OpenSearch application.dataSources
(DataSource... dataSources) The data sources linked to the OpenSearch application.iamIdentityCenterOptions
(Consumer<IamIdentityCenterOptions.Builder> iamIdentityCenterOptions) The IAM Identity Center settings configured for the OpenSearch application.iamIdentityCenterOptions
(IamIdentityCenterOptions iamIdentityCenterOptions) The IAM Identity Center settings configured for the OpenSearch application.The unique identifier assigned to the OpenSearch application.The name of the OpenSearch application.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.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The unique identifier assigned to the OpenSearch application.
- Parameters:
id
- The unique identifier assigned to the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the OpenSearch application.
- Parameters:
name
- The name of the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Sets the value of the Arn property for this object.- Parameters:
arn
- The new value for the Arn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
The data sources linked to the OpenSearch application.
- Parameters:
dataSources
- The data sources linked to the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
The data sources linked to the OpenSearch application.
- Parameters:
dataSources
- The data sources linked to the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
The data sources linked 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
CreateApplicationResponse.Builder iamIdentityCenterOptions(IamIdentityCenterOptions iamIdentityCenterOptions) The IAM Identity Center settings configured for the OpenSearch application.
- Parameters:
iamIdentityCenterOptions
- The IAM Identity Center settings configured for the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamIdentityCenterOptions
default CreateApplicationResponse.Builder iamIdentityCenterOptions(Consumer<IamIdentityCenterOptions.Builder> iamIdentityCenterOptions) The IAM Identity Center settings configured for the OpenSearch application.
This is a convenience method that creates an instance of theIamIdentityCenterOptions.Builder
avoiding the need to create one manually viaIamIdentityCenterOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toiamIdentityCenterOptions(IamIdentityCenterOptions)
.- Parameters:
iamIdentityCenterOptions
- a consumer that will call methods onIamIdentityCenterOptions.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:
-
createdAt
The timestamp indicating when the OpenSearch application was created.
- Parameters:
createdAt
- The timestamp indicating when the OpenSearch application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-