CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.appConfigs(Collection<AppConfig> appConfigs) |
Configuration settings for the OpenSearch application, including administrative options.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.appConfigs(Consumer<AppConfig.Builder>... appConfigs) |
Configuration settings for the OpenSearch application, including administrative options.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.appConfigs(AppConfig... appConfigs) |
Configuration settings for the OpenSearch application, including administrative options.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.arn(String arn) |
Sets the value of the Arn property for this object.
|
static CreateApplicationResponse.Builder |
CreateApplicationResponse.builder() |
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.createdAt(Instant createdAt) |
The timestamp indicating when the OpenSearch application was created.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.dataSources(Collection<DataSource> dataSources) |
The data sources linked to the OpenSearch application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.dataSources(Consumer<DataSource.Builder>... dataSources) |
The data sources linked to the OpenSearch application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.dataSources(DataSource... dataSources) |
The data sources linked to the OpenSearch application.
|
default CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.iamIdentityCenterOptions(Consumer<IamIdentityCenterOptions.Builder> iamIdentityCenterOptions) |
The IAM Identity Center settings configured for the OpenSearch application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.iamIdentityCenterOptions(IamIdentityCenterOptions iamIdentityCenterOptions) |
The IAM Identity Center settings configured for the OpenSearch application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.id(String id) |
The unique identifier assigned to the OpenSearch application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.name(String name) |
The name of the OpenSearch application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.tagList(Collection<Tag> tagList) |
Sets the value of the TagList property for this object.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.tagList(Consumer<Tag.Builder>... tagList) |
Sets the value of the TagList property for this object.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.tagList(Tag... tagList) |
Sets the value of the TagList property for this object.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.toBuilder() |
|