Interface UpdateApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse>,OpenSearchResponse.Builder,SdkBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateApplicationResponse
@Mutable @NotThreadSafe public static interface UpdateApplicationResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateApplicationResponse.BuilderappConfigs(Collection<AppConfig> appConfigs)The configuration settings for the updated OpenSearch application.UpdateApplicationResponse.BuilderappConfigs(Consumer<AppConfig.Builder>... appConfigs)The configuration settings for the updated OpenSearch application.UpdateApplicationResponse.BuilderappConfigs(AppConfig... appConfigs)The configuration settings for the updated OpenSearch application.UpdateApplicationResponse.Builderarn(String arn)Sets the value of the Arn property for this object.UpdateApplicationResponse.BuildercreatedAt(Instant createdAt)The timestamp when the OpenSearch application was originally created.UpdateApplicationResponse.BuilderdataSources(Collection<DataSource> dataSources)The data sources associated with the updated OpenSearch application.UpdateApplicationResponse.BuilderdataSources(Consumer<DataSource.Builder>... dataSources)The data sources associated with the updated OpenSearch application.UpdateApplicationResponse.BuilderdataSources(DataSource... dataSources)The data sources associated with the updated OpenSearch application.default UpdateApplicationResponse.BuilderiamIdentityCenterOptions(Consumer<IamIdentityCenterOptions.Builder> iamIdentityCenterOptions)The IAM Identity Center configuration for the updated OpenSearch application.UpdateApplicationResponse.BuilderiamIdentityCenterOptions(IamIdentityCenterOptions iamIdentityCenterOptions)The IAM Identity Center configuration for the updated OpenSearch application.UpdateApplicationResponse.Builderid(String id)The unique identifier of the updated OpenSearch application.UpdateApplicationResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp when the OpenSearch application was last updated.UpdateApplicationResponse.Buildername(String name)The 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 Detail
-
id
UpdateApplicationResponse.Builder id(String id)
The unique identifier of the updated OpenSearch application.
- Parameters:
id- The unique identifier of the updated OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateApplicationResponse.Builder name(String name)
The name of the updated OpenSearch application.
- Parameters:
name- The name of the updated OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
UpdateApplicationResponse.Builder arn(String 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
UpdateApplicationResponse.Builder dataSources(Collection<DataSource> dataSources)
The data sources associated with the updated OpenSearch application.
- Parameters:
dataSources- The data sources associated with the updated OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
UpdateApplicationResponse.Builder dataSources(DataSource... dataSources)
The data sources associated with the updated OpenSearch application.
- Parameters:
dataSources- The data sources associated with the updated OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
UpdateApplicationResponse.Builder dataSources(Consumer<DataSource.Builder>... dataSources)
The data sources associated with the updated 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
UpdateApplicationResponse.Builder iamIdentityCenterOptions(IamIdentityCenterOptions iamIdentityCenterOptions)
The IAM Identity Center configuration for the updated OpenSearch application.
- Parameters:
iamIdentityCenterOptions- The IAM Identity Center configuration 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)
The IAM Identity Center configuration for the updated OpenSearch application.
This is a convenience method that creates an instance of theIamIdentityCenterOptions.Builderavoiding the need to create one manually viaIamIdentityCenterOptions.builder().When the
Consumercompletes,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:
iamIdentityCenterOptions(IamIdentityCenterOptions)
-
appConfigs
UpdateApplicationResponse.Builder appConfigs(Collection<AppConfig> appConfigs)
The configuration settings for the updated OpenSearch application.
- Parameters:
appConfigs- The configuration settings for the updated OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appConfigs
UpdateApplicationResponse.Builder appConfigs(AppConfig... appConfigs)
The configuration settings for the updated OpenSearch application.
- Parameters:
appConfigs- The configuration settings for the updated OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appConfigs
UpdateApplicationResponse.Builder appConfigs(Consumer<AppConfig.Builder>... appConfigs)
The configuration settings for the updated OpenSearch application.
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)
-
createdAt
UpdateApplicationResponse.Builder createdAt(Instant createdAt)
The timestamp when the OpenSearch application was originally created.
- Parameters:
createdAt- The timestamp when the OpenSearch application was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
UpdateApplicationResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp when the OpenSearch application was last updated.
- Parameters:
lastUpdatedAt- The timestamp when the OpenSearch application was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-