Interface CreateApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>,OpenSearchResponse.Builder,SdkBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateApplicationResponse
public static interface CreateApplicationResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateApplicationResponse.BuilderappConfigs(Collection<AppConfig> appConfigs)Configurations of the OpenSearch Application, inlcuding admin configuration.CreateApplicationResponse.BuilderappConfigs(Consumer<AppConfig.Builder>... appConfigs)Configurations of the OpenSearch Application, inlcuding admin configuration.CreateApplicationResponse.BuilderappConfigs(AppConfig... appConfigs)Configurations of the OpenSearch Application, inlcuding admin configuration.CreateApplicationResponse.Builderarn(String arn)Sets the value of the Arn property for this object.CreateApplicationResponse.BuildercreatedAt(Instant createdAt)Timestamp when the OpenSearch Application was created.CreateApplicationResponse.BuilderdataSources(Collection<DataSource> dataSources)Data sources associated with the created OpenSearch Application.CreateApplicationResponse.BuilderdataSources(Consumer<DataSource.Builder>... dataSources)Data sources associated with the created OpenSearch Application.CreateApplicationResponse.BuilderdataSources(DataSource... dataSources)Data sources associated with the created OpenSearch Application.default CreateApplicationResponse.BuilderiamIdentityCenterOptions(Consumer<IamIdentityCenterOptions.Builder> iamIdentityCenterOptions)Settings of IAM Identity Center for the created OpenSearch Application.CreateApplicationResponse.BuilderiamIdentityCenterOptions(IamIdentityCenterOptions iamIdentityCenterOptions)Settings of IAM Identity Center for the created OpenSearch Application.CreateApplicationResponse.Builderid(String id)Unique identifier for the created OpenSearch Application.CreateApplicationResponse.Buildername(String name)Name of the created OpenSearch Application.CreateApplicationResponse.BuildertagList(Collection<Tag> tagList)Sets the value of the TagList property for this object.CreateApplicationResponse.BuildertagList(Consumer<Tag.Builder>... tagList)Sets the value of the TagList property for this object.CreateApplicationResponse.BuildertagList(Tag... tagList)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 Detail
-
id
CreateApplicationResponse.Builder id(String id)
Unique identifier for the created OpenSearch Application.
- Parameters:
id- Unique identifier for the created OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateApplicationResponse.Builder name(String name)
Name of the created OpenSearch Application.
- Parameters:
name- Name of the created OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
CreateApplicationResponse.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
CreateApplicationResponse.Builder dataSources(Collection<DataSource> dataSources)
Data sources associated with the created OpenSearch Application.
- Parameters:
dataSources- Data sources associated with the created OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
CreateApplicationResponse.Builder dataSources(DataSource... dataSources)
Data sources associated with the created OpenSearch Application.
- Parameters:
dataSources- Data sources associated with the created OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
CreateApplicationResponse.Builder dataSources(Consumer<DataSource.Builder>... dataSources)
Data sources associated with the created 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
CreateApplicationResponse.Builder iamIdentityCenterOptions(IamIdentityCenterOptions iamIdentityCenterOptions)
Settings of IAM Identity Center for the created OpenSearch Application.
- Parameters:
iamIdentityCenterOptions- Settings of IAM Identity Center for the created 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)
Settings of IAM Identity Center for the created 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
CreateApplicationResponse.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
CreateApplicationResponse.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
CreateApplicationResponse.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
CreateApplicationResponse.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
CreateApplicationResponse.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
CreateApplicationResponse.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)
-
createdAt
CreateApplicationResponse.Builder createdAt(Instant createdAt)
Timestamp when the OpenSearch Application was created.
- Parameters:
createdAt- Timestamp when the OpenSearch Application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-