@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDomainConfigRequest extends OpenSearchRequest implements ToCopyableBuilder<UpdateDomainConfigRequest.Builder,UpdateDomainConfigRequest>
Container for the request parameters to the UpdateDomain operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDomainConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPolicies()
Identity and Access Management (IAM) access policy as a JSON-formatted string.
|
Map<String,String> |
advancedOptions()
Key-value pairs to specify advanced configuration options.
|
AdvancedSecurityOptionsInput |
advancedSecurityOptions()
Options for fine-grained access control.
|
AutoTuneOptions |
autoTuneOptions()
Options for Auto-Tune.
|
static UpdateDomainConfigRequest.Builder |
builder() |
ClusterConfig |
clusterConfig()
Changes that you want to make to the cluster configuration, such as the instance type and number of EC2
instances.
|
CognitoOptions |
cognitoOptions()
Key-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.
|
DomainEndpointOptions |
domainEndpointOptions()
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
|
String |
domainName()
The name of the domain that you're updating.
|
Boolean |
dryRun()
This flag, when set to True, specifies whether the
UpdateDomain request should return the results of
a dry run analysis without actually applying the change. |
DryRunMode |
dryRunMode()
The type of dry run to perform.
|
String |
dryRunModeAsString()
The type of dry run to perform.
|
EBSOptions |
ebsOptions()
The type and size of the EBS volume to attach to instances in the domain.
|
EncryptionAtRestOptions |
encryptionAtRestOptions()
Encryption at rest options for the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAdvancedOptions()
For responses, this returns true if the service returned a value for the AdvancedOptions property.
|
int |
hashCode() |
boolean |
hasLogPublishingOptions()
For responses, this returns true if the service returned a value for the LogPublishingOptions property.
|
Map<LogType,LogPublishingOption> |
logPublishingOptions()
Options to publish OpenSearch logs to Amazon CloudWatch Logs.
|
Map<String,LogPublishingOption> |
logPublishingOptionsAsStrings()
Options to publish OpenSearch logs to Amazon CloudWatch Logs.
|
NodeToNodeEncryptionOptions |
nodeToNodeEncryptionOptions()
Node-to-node encryption options for the domain.
|
OffPeakWindowOptions |
offPeakWindowOptions()
Off-peak window options for the domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDomainConfigRequest.Builder> |
serializableBuilderClass() |
SnapshotOptions |
snapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot.
|
SoftwareUpdateOptions |
softwareUpdateOptions()
Service software update options for the domain.
|
UpdateDomainConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VPCOptions |
vpcOptions()
Options to specify the subnets and security groups for a VPC endpoint.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The name of the domain that you're updating.
public final ClusterConfig clusterConfig()
Changes that you want to make to the cluster configuration, such as the instance type and number of EC2 instances.
public final EBSOptions ebsOptions()
The type and size of the EBS volume to attach to instances in the domain.
public final SnapshotOptions snapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.
0
hours.public final VPCOptions vpcOptions()
Options to specify the subnets and security groups for a VPC endpoint. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.
public final CognitoOptions cognitoOptions()
Key-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.
public final boolean hasAdvancedOptions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,String> advancedOptions()
Key-value pairs to specify advanced configuration options. The following key-value pairs are supported:
"rest.action.multi.allow_explicit_index": "true" | "false" - Note the use of a string rather than a
boolean. Specifies whether explicit references to indexes are allowed inside the body of HTTP requests. If you
want to configure access policies for domain sub-resources, such as specific indexes and domain APIs, you must
disable this property. Default is true.
"indices.fielddata.cache.size": "80" - Note the use of a string rather than a boolean. Specifies
the percentage of heap space allocated to field data. Default is unbounded.
"indices.query.bool.max_clause_count": "1024" - Note the use of a string rather than a boolean.
Specifies the maximum number of clauses allowed in a Lucene boolean query. Default is 1,024. Queries with more
than the permitted number of clauses result in a TooManyClauses error.
For more information, see Advanced cluster parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAdvancedOptions() method.
"rest.action.multi.allow_explicit_index": "true" | "false" - Note the use of a string rather
than a boolean. Specifies whether explicit references to indexes are allowed inside the body of HTTP
requests. If you want to configure access policies for domain sub-resources, such as specific indexes and
domain APIs, you must disable this property. Default is true.
"indices.fielddata.cache.size": "80" - Note the use of a string rather than a boolean.
Specifies the percentage of heap space allocated to field data. Default is unbounded.
"indices.query.bool.max_clause_count": "1024" - Note the use of a string rather than a
boolean. Specifies the maximum number of clauses allowed in a Lucene boolean query. Default is 1,024.
Queries with more than the permitted number of clauses result in a TooManyClauses error.
For more information, see Advanced cluster parameters.
public final String accessPolicies()
Identity and Access Management (IAM) access policy as a JSON-formatted string.
public final Map<LogType,LogPublishingOption> logPublishingOptions()
Options to publish OpenSearch logs to Amazon CloudWatch Logs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLogPublishingOptions() method.
public final boolean hasLogPublishingOptions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,LogPublishingOption> logPublishingOptionsAsStrings()
Options to publish OpenSearch logs to Amazon CloudWatch Logs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLogPublishingOptions() method.
public final EncryptionAtRestOptions encryptionAtRestOptions()
Encryption at rest options for the domain.
public final DomainEndpointOptions domainEndpointOptions()
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
public final NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions()
Node-to-node encryption options for the domain.
public final AdvancedSecurityOptionsInput advancedSecurityOptions()
Options for fine-grained access control.
public final AutoTuneOptions autoTuneOptions()
Options for Auto-Tune.
public final Boolean dryRun()
This flag, when set to True, specifies whether the UpdateDomain request should return the results of
a dry run analysis without actually applying the change. A dry run determines what type of deployment the update
will cause.
UpdateDomain request should return the
results of a dry run analysis without actually applying the change. A dry run determines what type of
deployment the update will cause.public final DryRunMode dryRunMode()
The type of dry run to perform.
Basic only returns the type of deployment (blue/green or dynamic) that the update will cause.
Verbose runs an additional check to validate the changes you're making. For more information, see Validating a domain update.
If the service returns an enum value that is not available in the current SDK version, dryRunMode will
return DryRunMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dryRunModeAsString().
Basic only returns the type of deployment (blue/green or dynamic) that the update will
cause.
Verbose runs an additional check to validate the changes you're making. For more
information, see Validating a domain update.
DryRunModepublic final String dryRunModeAsString()
The type of dry run to perform.
Basic only returns the type of deployment (blue/green or dynamic) that the update will cause.
Verbose runs an additional check to validate the changes you're making. For more information, see Validating a domain update.
If the service returns an enum value that is not available in the current SDK version, dryRunMode will
return DryRunMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dryRunModeAsString().
Basic only returns the type of deployment (blue/green or dynamic) that the update will
cause.
Verbose runs an additional check to validate the changes you're making. For more
information, see Validating a domain update.
DryRunModepublic final OffPeakWindowOptions offPeakWindowOptions()
Off-peak window options for the domain.
public final SoftwareUpdateOptions softwareUpdateOptions()
Service software update options for the domain.
public UpdateDomainConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDomainConfigRequest.Builder,UpdateDomainConfigRequest>toBuilder in class OpenSearchRequestpublic static UpdateDomainConfigRequest.Builder builder()
public static Class<? extends UpdateDomainConfigRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.