public static interface UpdateElasticsearchDomainConfigRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<UpdateElasticsearchDomainConfigRequest.Builder,UpdateElasticsearchDomainConfigRequest>
| Modifier and Type | Method and Description | 
|---|---|
| UpdateElasticsearchDomainConfigRequest.Builder | accessPolicies(String accessPolicies)
 IAM access policy as a JSON-formatted string. | 
| UpdateElasticsearchDomainConfigRequest.Builder | advancedOptions(Map<String,String> advancedOptions)
 Modifies the advanced option to allow references to indices in an HTTP request body. | 
| UpdateElasticsearchDomainConfigRequest.Builder | advancedSecurityOptions(AdvancedSecurityOptionsInput advancedSecurityOptions)
 Specifies advanced security options. | 
| default UpdateElasticsearchDomainConfigRequest.Builder | advancedSecurityOptions(Consumer<AdvancedSecurityOptionsInput.Builder> advancedSecurityOptions)
 Specifies advanced security options. | 
| UpdateElasticsearchDomainConfigRequest.Builder | autoTuneOptions(AutoTuneOptions autoTuneOptions)
 Specifies Auto-Tune options. | 
| default UpdateElasticsearchDomainConfigRequest.Builder | autoTuneOptions(Consumer<AutoTuneOptions.Builder> autoTuneOptions)
 Specifies Auto-Tune options. | 
| UpdateElasticsearchDomainConfigRequest.Builder | cognitoOptions(CognitoOptions cognitoOptions)
 Options to specify the Cognito user and identity pools for Kibana authentication. | 
| default UpdateElasticsearchDomainConfigRequest.Builder | cognitoOptions(Consumer<CognitoOptions.Builder> cognitoOptions)
 Options to specify the Cognito user and identity pools for Kibana authentication. | 
| default UpdateElasticsearchDomainConfigRequest.Builder | domainEndpointOptions(Consumer<DomainEndpointOptions.Builder> domainEndpointOptions)
 Options to specify configuration that will be applied to the domain endpoint. | 
| UpdateElasticsearchDomainConfigRequest.Builder | domainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
 Options to specify configuration that will be applied to the domain endpoint. | 
| UpdateElasticsearchDomainConfigRequest.Builder | domainName(String domainName)
 The name of the Elasticsearch domain that you are updating. | 
| UpdateElasticsearchDomainConfigRequest.Builder | dryRun(Boolean dryRun)
 This flag, when set to True, specifies whether the  UpdateElasticsearchDomainrequest should
 return the results of validation checks without actually applying the change. | 
| default UpdateElasticsearchDomainConfigRequest.Builder | ebsOptions(Consumer<EBSOptions.Builder> ebsOptions)
 Specify the type and size of the EBS volume that you want to use. | 
| UpdateElasticsearchDomainConfigRequest.Builder | ebsOptions(EBSOptions ebsOptions)
 Specify the type and size of the EBS volume that you want to use. | 
| default UpdateElasticsearchDomainConfigRequest.Builder | elasticsearchClusterConfig(Consumer<ElasticsearchClusterConfig.Builder> elasticsearchClusterConfig)
 The type and number of instances to instantiate for the domain cluster. | 
| UpdateElasticsearchDomainConfigRequest.Builder | elasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
 The type and number of instances to instantiate for the domain cluster. | 
| default UpdateElasticsearchDomainConfigRequest.Builder | encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)
 Specifies the Encryption At Rest Options. | 
| UpdateElasticsearchDomainConfigRequest.Builder | encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
 Specifies the Encryption At Rest Options. | 
| UpdateElasticsearchDomainConfigRequest.Builder | logPublishingOptions(Map<LogType,LogPublishingOption> logPublishingOptions)
 Map of  LogTypeandLogPublishingOption, each containing options to publish a given
 type of Elasticsearch log. | 
| UpdateElasticsearchDomainConfigRequest.Builder | logPublishingOptionsWithStrings(Map<String,LogPublishingOption> logPublishingOptions)
 Map of  LogTypeandLogPublishingOption, each containing options to publish a given
 type of Elasticsearch log. | 
| default UpdateElasticsearchDomainConfigRequest.Builder | nodeToNodeEncryptionOptions(Consumer<NodeToNodeEncryptionOptions.Builder> nodeToNodeEncryptionOptions)
 Specifies the NodeToNodeEncryptionOptions. | 
| UpdateElasticsearchDomainConfigRequest.Builder | nodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
 Specifies the NodeToNodeEncryptionOptions. | 
| UpdateElasticsearchDomainConfigRequest.Builder | overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) | 
| UpdateElasticsearchDomainConfigRequest.Builder | overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) | 
| default UpdateElasticsearchDomainConfigRequest.Builder | snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)
 Option to set the time, in UTC format, for the daily automated snapshot. | 
| UpdateElasticsearchDomainConfigRequest.Builder | snapshotOptions(SnapshotOptions snapshotOptions)
 Option to set the time, in UTC format, for the daily automated snapshot. | 
| default UpdateElasticsearchDomainConfigRequest.Builder | vpcOptions(Consumer<VPCOptions.Builder> vpcOptions)
 Options to specify the subnets and security groups for VPC endpoint. | 
| UpdateElasticsearchDomainConfigRequest.Builder | vpcOptions(VPCOptions vpcOptions)
 Options to specify the subnets and security groups for VPC endpoint. | 
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateElasticsearchDomainConfigRequest.Builder domainName(String domainName)
The name of the Elasticsearch domain that you are updating.
domainName - The name of the Elasticsearch domain that you are updating.UpdateElasticsearchDomainConfigRequest.Builder elasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances to instantiate for the domain cluster.
elasticsearchClusterConfig - The type and number of instances to instantiate for the domain cluster.default UpdateElasticsearchDomainConfigRequest.Builder elasticsearchClusterConfig(Consumer<ElasticsearchClusterConfig.Builder> elasticsearchClusterConfig)
The type and number of instances to instantiate for the domain cluster.
This is a convenience method that creates an instance of theElasticsearchClusterConfig.Builder
 avoiding the need to create one manually via ElasticsearchClusterConfig.builder().
 
 When the Consumer completes, SdkBuilder.build() is called immediately
 and its result is passed to elasticsearchClusterConfig(ElasticsearchClusterConfig).
elasticsearchClusterConfig - a consumer that will call methods on ElasticsearchClusterConfig.BuilderelasticsearchClusterConfig(ElasticsearchClusterConfig)UpdateElasticsearchDomainConfigRequest.Builder ebsOptions(EBSOptions ebsOptions)
Specify the type and size of the EBS volume that you want to use.
ebsOptions - Specify the type and size of the EBS volume that you want to use.default UpdateElasticsearchDomainConfigRequest.Builder ebsOptions(Consumer<EBSOptions.Builder> ebsOptions)
Specify the type and size of the EBS volume that you want to use.
This is a convenience method that creates an instance of theEBSOptions.Builder avoiding the need to
 create one manually via EBSOptions.builder().
 
 When the Consumer completes, SdkBuilder.build() is called immediately and its result
 is passed to ebsOptions(EBSOptions).
ebsOptions - a consumer that will call methods on EBSOptions.BuilderebsOptions(EBSOptions)UpdateElasticsearchDomainConfigRequest.Builder snapshotOptions(SnapshotOptions snapshotOptions)
 Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0
 hours.
 
snapshotOptions - Option to set the time, in UTC format, for the daily automated snapshot. Default value is
        0 hours.default UpdateElasticsearchDomainConfigRequest.Builder snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)
 Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0
 hours.
 
SnapshotOptions.Builder avoiding the
 need to create one manually via SnapshotOptions.builder().
 
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to snapshotOptions(SnapshotOptions).
snapshotOptions - a consumer that will call methods on SnapshotOptions.BuildersnapshotOptions(SnapshotOptions)UpdateElasticsearchDomainConfigRequest.Builder vpcOptions(VPCOptions vpcOptions)
Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains
vpcOptions - Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domainsdefault UpdateElasticsearchDomainConfigRequest.Builder vpcOptions(Consumer<VPCOptions.Builder> vpcOptions)
Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains
This is a convenience method that creates an instance of theVPCOptions.Builder avoiding the need to
 create one manually via VPCOptions.builder().
 
 When the Consumer completes, SdkBuilder.build() is called immediately and its result
 is passed to vpcOptions(VPCOptions).
vpcOptions - a consumer that will call methods on VPCOptions.BuildervpcOptions(VPCOptions)UpdateElasticsearchDomainConfigRequest.Builder cognitoOptions(CognitoOptions cognitoOptions)
Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.
cognitoOptions - Options to specify the Cognito user and identity pools for Kibana authentication. For more
        information, see Amazon Cognito Authentication for Kibana.default UpdateElasticsearchDomainConfigRequest.Builder cognitoOptions(Consumer<CognitoOptions.Builder> cognitoOptions)
Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.
This is a convenience method that creates an instance of theCognitoOptions.Builder avoiding the need
 to create one manually via CognitoOptions.builder().
 
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to cognitoOptions(CognitoOptions).
cognitoOptions - a consumer that will call methods on CognitoOptions.BuildercognitoOptions(CognitoOptions)UpdateElasticsearchDomainConfigRequest.Builder advancedOptions(Map<String,String> advancedOptions)
 Modifies the advanced option to allow references to indices in an HTTP request body. Must be
 false when configuring access to individual sub-resources. By default, the value is
 true. See Configuration Advanced Options for more information.
 
advancedOptions - Modifies the advanced option to allow references to indices in an HTTP request body. Must be
        false when configuring access to individual sub-resources. By default, the value is
        true. See Configuration Advanced Options for more information.UpdateElasticsearchDomainConfigRequest.Builder accessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies - IAM access policy as a JSON-formatted string.UpdateElasticsearchDomainConfigRequest.Builder logPublishingOptionsWithStrings(Map<String,LogPublishingOption> logPublishingOptions)
 Map of LogType and LogPublishingOption, each containing options to publish a given
 type of Elasticsearch log.
 
logPublishingOptions - Map of LogType and LogPublishingOption, each containing options to publish a
        given type of Elasticsearch log.UpdateElasticsearchDomainConfigRequest.Builder logPublishingOptions(Map<LogType,LogPublishingOption> logPublishingOptions)
 Map of LogType and LogPublishingOption, each containing options to publish a given
 type of Elasticsearch log.
 
logPublishingOptions - Map of LogType and LogPublishingOption, each containing options to publish a
        given type of Elasticsearch log.UpdateElasticsearchDomainConfigRequest.Builder domainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Options to specify configuration that will be applied to the domain endpoint.
domainEndpointOptions - Options to specify configuration that will be applied to the domain endpoint.default UpdateElasticsearchDomainConfigRequest.Builder domainEndpointOptions(Consumer<DomainEndpointOptions.Builder> domainEndpointOptions)
Options to specify configuration that will be applied to the domain endpoint.
This is a convenience method that creates an instance of theDomainEndpointOptions.Builder avoiding
 the need to create one manually via DomainEndpointOptions.builder().
 
 When the Consumer completes, SdkBuilder.build() is called immediately and
 its result is passed to domainEndpointOptions(DomainEndpointOptions).
domainEndpointOptions - a consumer that will call methods on DomainEndpointOptions.BuilderdomainEndpointOptions(DomainEndpointOptions)UpdateElasticsearchDomainConfigRequest.Builder advancedSecurityOptions(AdvancedSecurityOptionsInput advancedSecurityOptions)
Specifies advanced security options.
advancedSecurityOptions - Specifies advanced security options.default UpdateElasticsearchDomainConfigRequest.Builder advancedSecurityOptions(Consumer<AdvancedSecurityOptionsInput.Builder> advancedSecurityOptions)
Specifies advanced security options.
This is a convenience method that creates an instance of theAdvancedSecurityOptionsInput.Builder
 avoiding the need to create one manually via AdvancedSecurityOptionsInput.builder().
 
 When the Consumer completes, SdkBuilder.build() is called
 immediately and its result is passed to advancedSecurityOptions(AdvancedSecurityOptionsInput).
advancedSecurityOptions - a consumer that will call methods on AdvancedSecurityOptionsInput.BuilderadvancedSecurityOptions(AdvancedSecurityOptionsInput)UpdateElasticsearchDomainConfigRequest.Builder nodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the NodeToNodeEncryptionOptions.
nodeToNodeEncryptionOptions - Specifies the NodeToNodeEncryptionOptions.default UpdateElasticsearchDomainConfigRequest.Builder nodeToNodeEncryptionOptions(Consumer<NodeToNodeEncryptionOptions.Builder> nodeToNodeEncryptionOptions)
Specifies the NodeToNodeEncryptionOptions.
This is a convenience method that creates an instance of theNodeToNodeEncryptionOptions.Builder
 avoiding the need to create one manually via NodeToNodeEncryptionOptions.builder().
 
 When the Consumer completes, SdkBuilder.build() is called
 immediately and its result is passed to nodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions).
nodeToNodeEncryptionOptions - a consumer that will call methods on NodeToNodeEncryptionOptions.BuildernodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions)UpdateElasticsearchDomainConfigRequest.Builder encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies the Encryption At Rest Options.
encryptionAtRestOptions - Specifies the Encryption At Rest Options.default UpdateElasticsearchDomainConfigRequest.Builder encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)
Specifies the Encryption At Rest Options.
This is a convenience method that creates an instance of theEncryptionAtRestOptions.Builder avoiding
 the need to create one manually via EncryptionAtRestOptions.builder().
 
 When the Consumer completes, SdkBuilder.build() is called immediately
 and its result is passed to encryptionAtRestOptions(EncryptionAtRestOptions).
encryptionAtRestOptions - a consumer that will call methods on EncryptionAtRestOptions.BuilderencryptionAtRestOptions(EncryptionAtRestOptions)UpdateElasticsearchDomainConfigRequest.Builder autoTuneOptions(AutoTuneOptions autoTuneOptions)
Specifies Auto-Tune options.
autoTuneOptions - Specifies Auto-Tune options.default UpdateElasticsearchDomainConfigRequest.Builder autoTuneOptions(Consumer<AutoTuneOptions.Builder> autoTuneOptions)
Specifies Auto-Tune options.
This is a convenience method that creates an instance of theAutoTuneOptions.Builder avoiding the
 need to create one manually via AutoTuneOptions.builder().
 
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to autoTuneOptions(AutoTuneOptions).
autoTuneOptions - a consumer that will call methods on AutoTuneOptions.BuilderautoTuneOptions(AutoTuneOptions)UpdateElasticsearchDomainConfigRequest.Builder dryRun(Boolean dryRun)
 This flag, when set to True, specifies whether the UpdateElasticsearchDomain request should
 return the results of validation checks without actually applying the change. This flag, when set to True,
 specifies the deployment mechanism through which the update shall be applied on the domain. This will not
 actually perform the Update.
 
dryRun - This flag, when set to True, specifies whether the UpdateElasticsearchDomain request
        should return the results of validation checks without actually applying the change. This flag, when
        set to True, specifies the deployment mechanism through which the update shall be applied on the
        domain. This will not actually perform the Update.UpdateElasticsearchDomainConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateElasticsearchDomainConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.