Interface UpdateApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateApplicationResponse.Builder,
,UpdateApplicationResponse> OpenSearchResponse.Builder
,SdkBuilder<UpdateApplicationResponse.Builder,
,UpdateApplicationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateApplicationResponse
-
Method Summary
Modifier and TypeMethodDescriptionappConfigs
(Collection<AppConfig> appConfigs) Configurations for the updated OpenSearch Application.appConfigs
(Consumer<AppConfig.Builder>... appConfigs) Configurations for the updated OpenSearch Application.appConfigs
(AppConfig... appConfigs) Configurations for the updated OpenSearch Application.Sets the value of the Arn property for this object.Timestamp at which the OpenSearch Application was created.dataSources
(Collection<DataSource> dataSources) Data sources associated with the updated OpenSearch Application.dataSources
(Consumer<DataSource.Builder>... dataSources) Data sources associated with the updated OpenSearch Application.dataSources
(DataSource... dataSources) Data sources associated with the updated OpenSearch Application.iamIdentityCenterOptions
(Consumer<IamIdentityCenterOptions.Builder> iamIdentityCenterOptions) IAM Identity Center settings for the updated OpenSearch Application.iamIdentityCenterOptions
(IamIdentityCenterOptions iamIdentityCenterOptions) IAM Identity Center settings for the updated OpenSearch Application.Unique identifier of the updated OpenSearch Application.lastUpdatedAt
(Instant lastUpdatedAt) Timestamp at which the OpenSearch Application was last updated.Name of the updated OpenSearch Application.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
Unique identifier of the updated OpenSearch Application.
- Parameters:
id
- Unique identifier of the updated OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the updated OpenSearch Application.
- Parameters:
name
- Name of the updated 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
Data sources associated with the updated OpenSearch Application.
- Parameters:
dataSources
- Data sources associated with the updated OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
Data sources associated with the updated OpenSearch Application.
- Parameters:
dataSources
- Data sources associated with the updated OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
Data sources associated with the updated 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
UpdateApplicationResponse.Builder iamIdentityCenterOptions(IamIdentityCenterOptions iamIdentityCenterOptions) IAM Identity Center settings for the updated OpenSearch Application.
- Parameters:
iamIdentityCenterOptions
- IAM Identity Center settings for the updated OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamIdentityCenterOptions
default UpdateApplicationResponse.Builder iamIdentityCenterOptions(Consumer<IamIdentityCenterOptions.Builder> iamIdentityCenterOptions) IAM Identity Center settings for the updated 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
Configurations for the updated OpenSearch Application.
- Parameters:
appConfigs
- Configurations for the updated OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appConfigs
Configurations for the updated OpenSearch Application.
- Parameters:
appConfigs
- Configurations for the updated OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appConfigs
Configurations for the updated OpenSearch Application.
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:
-
createdAt
Timestamp at which the OpenSearch Application was created.
- Parameters:
createdAt
- Timestamp at which the OpenSearch Application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
Timestamp at which the OpenSearch Application was last updated.
- Parameters:
lastUpdatedAt
- Timestamp at which the OpenSearch Application was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-