Interface UpdateElasticsearchDomainConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateElasticsearchDomainConfigRequest.Builder,UpdateElasticsearchDomainConfigRequest>,ElasticsearchRequest.Builder,SdkBuilder<UpdateElasticsearchDomainConfigRequest.Builder,UpdateElasticsearchDomainConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateElasticsearchDomainConfigRequest
@Mutable @NotThreadSafe public static interface UpdateElasticsearchDomainConfigRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<UpdateElasticsearchDomainConfigRequest.Builder,UpdateElasticsearchDomainConfigRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateElasticsearchDomainConfigRequest.BuilderaccessPolicies(String accessPolicies)IAM access policy as a JSON-formatted string.UpdateElasticsearchDomainConfigRequest.BuilderadvancedOptions(Map<String,String> advancedOptions)Modifies the advanced option to allow references to indices in an HTTP request body.default UpdateElasticsearchDomainConfigRequest.BuilderadvancedSecurityOptions(Consumer<AdvancedSecurityOptionsInput.Builder> advancedSecurityOptions)Specifies advanced security options.UpdateElasticsearchDomainConfigRequest.BuilderadvancedSecurityOptions(AdvancedSecurityOptionsInput advancedSecurityOptions)Specifies advanced security options.default UpdateElasticsearchDomainConfigRequest.BuilderautoTuneOptions(Consumer<AutoTuneOptions.Builder> autoTuneOptions)Specifies Auto-Tune options.UpdateElasticsearchDomainConfigRequest.BuilderautoTuneOptions(AutoTuneOptions autoTuneOptions)Specifies Auto-Tune options.default UpdateElasticsearchDomainConfigRequest.BuildercognitoOptions(Consumer<CognitoOptions.Builder> cognitoOptions)Options to specify the Cognito user and identity pools for Kibana authentication.UpdateElasticsearchDomainConfigRequest.BuildercognitoOptions(CognitoOptions cognitoOptions)Options to specify the Cognito user and identity pools for Kibana authentication.default UpdateElasticsearchDomainConfigRequest.BuilderdomainEndpointOptions(Consumer<DomainEndpointOptions.Builder> domainEndpointOptions)Options to specify configuration that will be applied to the domain endpoint.UpdateElasticsearchDomainConfigRequest.BuilderdomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)Options to specify configuration that will be applied to the domain endpoint.UpdateElasticsearchDomainConfigRequest.BuilderdomainName(String domainName)The name of the Elasticsearch domain that you are updating.UpdateElasticsearchDomainConfigRequest.BuilderdryRun(Boolean dryRun)This flag, when set to True, specifies whether theUpdateElasticsearchDomainrequest should return the results of validation checks without actually applying the change.default UpdateElasticsearchDomainConfigRequest.BuilderebsOptions(Consumer<EBSOptions.Builder> ebsOptions)Specify the type and size of the EBS volume that you want to use.UpdateElasticsearchDomainConfigRequest.BuilderebsOptions(EBSOptions ebsOptions)Specify the type and size of the EBS volume that you want to use.default UpdateElasticsearchDomainConfigRequest.BuilderelasticsearchClusterConfig(Consumer<ElasticsearchClusterConfig.Builder> elasticsearchClusterConfig)The type and number of instances to instantiate for the domain cluster.UpdateElasticsearchDomainConfigRequest.BuilderelasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)The type and number of instances to instantiate for the domain cluster.default UpdateElasticsearchDomainConfigRequest.BuilderencryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)Specifies the Encryption At Rest Options.UpdateElasticsearchDomainConfigRequest.BuilderencryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)Specifies the Encryption At Rest Options.UpdateElasticsearchDomainConfigRequest.BuilderlogPublishingOptions(Map<LogType,LogPublishingOption> logPublishingOptions)Map ofLogTypeandLogPublishingOption, each containing options to publish a given type of Elasticsearch log.UpdateElasticsearchDomainConfigRequest.BuilderlogPublishingOptionsWithStrings(Map<String,LogPublishingOption> logPublishingOptions)Map ofLogTypeandLogPublishingOption, each containing options to publish a given type of Elasticsearch log.default UpdateElasticsearchDomainConfigRequest.BuildernodeToNodeEncryptionOptions(Consumer<NodeToNodeEncryptionOptions.Builder> nodeToNodeEncryptionOptions)Specifies the NodeToNodeEncryptionOptions.UpdateElasticsearchDomainConfigRequest.BuildernodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)Specifies the NodeToNodeEncryptionOptions.UpdateElasticsearchDomainConfigRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateElasticsearchDomainConfigRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateElasticsearchDomainConfigRequest.BuildersnapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)Option to set the time, in UTC format, for the daily automated snapshot.UpdateElasticsearchDomainConfigRequest.BuildersnapshotOptions(SnapshotOptions snapshotOptions)Option to set the time, in UTC format, for the daily automated snapshot.default UpdateElasticsearchDomainConfigRequest.BuildervpcOptions(Consumer<VPCOptions.Builder> vpcOptions)Options to specify the subnets and security groups for VPC endpoint.UpdateElasticsearchDomainConfigRequest.BuildervpcOptions(VPCOptions vpcOptions)Options to specify the subnets and security groups for VPC endpoint.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
domainName
UpdateElasticsearchDomainConfigRequest.Builder domainName(String domainName)
The name of the Elasticsearch domain that you are updating.
- Parameters:
domainName- The name of the Elasticsearch domain that you are updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticsearchClusterConfig
UpdateElasticsearchDomainConfigRequest.Builder elasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances to instantiate for the domain cluster.
- Parameters:
elasticsearchClusterConfig- The type and number of instances to instantiate for the domain cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticsearchClusterConfig
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.Builderavoiding the need to create one manually viaElasticsearchClusterConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toelasticsearchClusterConfig(ElasticsearchClusterConfig).- Parameters:
elasticsearchClusterConfig- a consumer that will call methods onElasticsearchClusterConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
elasticsearchClusterConfig(ElasticsearchClusterConfig)
-
ebsOptions
UpdateElasticsearchDomainConfigRequest.Builder ebsOptions(EBSOptions ebsOptions)
Specify the type and size of the EBS volume that you want to use.
- Parameters:
ebsOptions- Specify the type and size of the EBS volume that you want to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ebsOptions
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.Builderavoiding the need to create one manually viaEBSOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toebsOptions(EBSOptions).- Parameters:
ebsOptions- a consumer that will call methods onEBSOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ebsOptions(EBSOptions)
-
snapshotOptions
UpdateElasticsearchDomainConfigRequest.Builder snapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot. Default value is
0hours.- Parameters:
snapshotOptions- Option to set the time, in UTC format, for the daily automated snapshot. Default value is0hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotOptions
default UpdateElasticsearchDomainConfigRequest.Builder snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot. Default value is
This is a convenience method that creates an instance of the0hours.SnapshotOptions.Builderavoiding the need to create one manually viaSnapshotOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosnapshotOptions(SnapshotOptions).- Parameters:
snapshotOptions- a consumer that will call methods onSnapshotOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
snapshotOptions(SnapshotOptions)
-
vpcOptions
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
- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcOptions
default 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.Builderavoiding the need to create one manually viaVPCOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcOptions(VPCOptions).- Parameters:
vpcOptions- a consumer that will call methods onVPCOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vpcOptions(VPCOptions)
-
cognitoOptions
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.
- Parameters:
cognitoOptions- Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cognitoOptions
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.Builderavoiding the need to create one manually viaCognitoOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocognitoOptions(CognitoOptions).- Parameters:
cognitoOptions- a consumer that will call methods onCognitoOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cognitoOptions(CognitoOptions)
-
advancedOptions
UpdateElasticsearchDomainConfigRequest.Builder advancedOptions(Map<String,String> advancedOptions)
Modifies the advanced option to allow references to indices in an HTTP request body. Must be
falsewhen configuring access to individual sub-resources. By default, the value istrue. See Configuration Advanced Options for more information.- Parameters:
advancedOptions- Modifies the advanced option to allow references to indices in an HTTP request body. Must befalsewhen configuring access to individual sub-resources. By default, the value istrue. See Configuration Advanced Options for more information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessPolicies
UpdateElasticsearchDomainConfigRequest.Builder accessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
- Parameters:
accessPolicies- IAM access policy as a JSON-formatted string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logPublishingOptionsWithStrings
UpdateElasticsearchDomainConfigRequest.Builder logPublishingOptionsWithStrings(Map<String,LogPublishingOption> logPublishingOptions)
Map of
LogTypeandLogPublishingOption, each containing options to publish a given type of Elasticsearch log.- Parameters:
logPublishingOptions- Map ofLogTypeandLogPublishingOption, each containing options to publish a given type of Elasticsearch log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logPublishingOptions
UpdateElasticsearchDomainConfigRequest.Builder logPublishingOptions(Map<LogType,LogPublishingOption> logPublishingOptions)
Map of
LogTypeandLogPublishingOption, each containing options to publish a given type of Elasticsearch log.- Parameters:
logPublishingOptions- Map ofLogTypeandLogPublishingOption, each containing options to publish a given type of Elasticsearch log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainEndpointOptions
UpdateElasticsearchDomainConfigRequest.Builder domainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Options to specify configuration that will be applied to the domain endpoint.
- Parameters:
domainEndpointOptions- Options to specify configuration that will be applied to the domain endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainEndpointOptions
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.Builderavoiding the need to create one manually viaDomainEndpointOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomainEndpointOptions(DomainEndpointOptions).- Parameters:
domainEndpointOptions- a consumer that will call methods onDomainEndpointOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
domainEndpointOptions(DomainEndpointOptions)
-
advancedSecurityOptions
UpdateElasticsearchDomainConfigRequest.Builder advancedSecurityOptions(AdvancedSecurityOptionsInput advancedSecurityOptions)
Specifies advanced security options.
- Parameters:
advancedSecurityOptions- Specifies advanced security options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
advancedSecurityOptions
default UpdateElasticsearchDomainConfigRequest.Builder advancedSecurityOptions(Consumer<AdvancedSecurityOptionsInput.Builder> advancedSecurityOptions)
Specifies advanced security options.
This is a convenience method that creates an instance of theAdvancedSecurityOptionsInput.Builderavoiding the need to create one manually viaAdvancedSecurityOptionsInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadvancedSecurityOptions(AdvancedSecurityOptionsInput).- Parameters:
advancedSecurityOptions- a consumer that will call methods onAdvancedSecurityOptionsInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
advancedSecurityOptions(AdvancedSecurityOptionsInput)
-
nodeToNodeEncryptionOptions
UpdateElasticsearchDomainConfigRequest.Builder nodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the NodeToNodeEncryptionOptions.
- Parameters:
nodeToNodeEncryptionOptions- Specifies the NodeToNodeEncryptionOptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeToNodeEncryptionOptions
default UpdateElasticsearchDomainConfigRequest.Builder nodeToNodeEncryptionOptions(Consumer<NodeToNodeEncryptionOptions.Builder> nodeToNodeEncryptionOptions)
Specifies the NodeToNodeEncryptionOptions.
This is a convenience method that creates an instance of theNodeToNodeEncryptionOptions.Builderavoiding the need to create one manually viaNodeToNodeEncryptionOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions).- Parameters:
nodeToNodeEncryptionOptions- a consumer that will call methods onNodeToNodeEncryptionOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
nodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions)
-
encryptionAtRestOptions
UpdateElasticsearchDomainConfigRequest.Builder encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies the Encryption At Rest Options.
- Parameters:
encryptionAtRestOptions- Specifies the Encryption At Rest Options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionAtRestOptions
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.Builderavoiding the need to create one manually viaEncryptionAtRestOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionAtRestOptions(EncryptionAtRestOptions).- Parameters:
encryptionAtRestOptions- a consumer that will call methods onEncryptionAtRestOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
encryptionAtRestOptions(EncryptionAtRestOptions)
-
autoTuneOptions
UpdateElasticsearchDomainConfigRequest.Builder autoTuneOptions(AutoTuneOptions autoTuneOptions)
Specifies Auto-Tune options.
- Parameters:
autoTuneOptions- Specifies Auto-Tune options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoTuneOptions
default UpdateElasticsearchDomainConfigRequest.Builder autoTuneOptions(Consumer<AutoTuneOptions.Builder> autoTuneOptions)
Specifies Auto-Tune options.
This is a convenience method that creates an instance of theAutoTuneOptions.Builderavoiding the need to create one manually viaAutoTuneOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toautoTuneOptions(AutoTuneOptions).- Parameters:
autoTuneOptions- a consumer that will call methods onAutoTuneOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
autoTuneOptions(AutoTuneOptions)
-
dryRun
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. 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.- Parameters:
dryRun- This flag, when set to True, specifies whether theUpdateElasticsearchDomainrequest 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateElasticsearchDomainConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateElasticsearchDomainConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-