CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.appConfigs(Collection<AppConfig> appConfigs) |
Configurations of the OpenSearch Application, inlcuding admin configuration.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.appConfigs(Consumer<AppConfig.Builder>... appConfigs) |
Configurations of the OpenSearch Application, inlcuding admin configuration.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.appConfigs(AppConfig... appConfigs) |
Configurations of the OpenSearch Application, inlcuding admin configuration.
|
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) |
Timestamp when the OpenSearch Application was created.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.dataSources(Collection<DataSource> dataSources) |
Data sources associated with the created OpenSearch Application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.dataSources(Consumer<DataSource.Builder>... dataSources) |
Data sources associated with the created OpenSearch Application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.dataSources(DataSource... dataSources) |
Data sources associated with the created OpenSearch Application.
|
default CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.iamIdentityCenterOptions(Consumer<IamIdentityCenterOptions.Builder> iamIdentityCenterOptions) |
Settings of IAM Identity Center for the created OpenSearch Application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.iamIdentityCenterOptions(IamIdentityCenterOptions iamIdentityCenterOptions) |
Settings of IAM Identity Center for the created OpenSearch Application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.id(String id) |
Unique identifier for the created OpenSearch Application.
|
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.name(String name) |
Name of the created 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() |
|