Class UpdateDomainConfigRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateDomainConfigRequest.Builder,UpdateDomainConfigRequest>
Container for the request parameters to the UpdateDomain operation.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringIdentity and Access Management (IAM) access policy as a JSON-formatted string.Key-value pairs to specify advanced configuration options.Options for fine-grained access control.final AIMLOptionsInputOptions for all machine learning features for the specified domain.final AutoTuneOptionsOptions for Auto-Tune.builder()final ClusterConfigChanges that you want to make to the cluster configuration, such as the instance type and number of EC2 instances.final CognitoOptionsKey-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.final DomainEndpointOptionsAdditional options for the domain endpoint, such as whether to require HTTPS for all traffic.final StringThe name of the domain that you're updating.final BooleandryRun()This flag, when set to True, specifies whether theUpdateDomainrequest should return the results of a dry run analysis without actually applying the change.final DryRunModeThe type of dry run to perform.final StringThe type of dry run to perform.final EBSOptionsThe type and size of the EBS volume to attach to instances in the domain.final EncryptionAtRestOptionsEncryption at rest options for the domain.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkRequest.final booleanFor responses, this returns true if the service returned a value for the AdvancedOptions property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the LogPublishingOptions property.final IPAddressTypeSpecify either dual stack or IPv4 as your IP address type.final StringSpecify either dual stack or IPv4 as your IP address type.final Map<LogType, LogPublishingOption> Options to publish OpenSearch logs to Amazon CloudWatch Logs.final Map<String, LogPublishingOption> Options to publish OpenSearch logs to Amazon CloudWatch Logs.Node-to-node encryption options for the domain.final OffPeakWindowOptionsOff-peak window options for the domain.static Class<? extends UpdateDomainConfigRequest.Builder> final SnapshotOptionsOption to set the time, in UTC format, for the daily automated snapshot.final SoftwareUpdateOptionsService software update options for the domain.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final VPCOptionsOptions to specify the subnets and security groups for a VPC endpoint.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
domainName
The name of the domain that you're updating.
- Returns:
- The name of the domain that you're updating.
-
clusterConfig
Changes that you want to make to the cluster configuration, such as the instance type and number of EC2 instances.
- Returns:
- Changes that you want to make to the cluster configuration, such as the instance type and number of EC2 instances.
-
ebsOptions
The type and size of the EBS volume to attach to instances in the domain.
- Returns:
- The type and size of the EBS volume to attach to instances in the domain.
-
snapshotOptions
Option to set the time, in UTC format, for the daily automated snapshot. Default value is
0hours.- Returns:
- Option to set the time, in UTC format, for the daily automated snapshot. Default value is
0hours.
-
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.
- Returns:
- 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.
-
cognitoOptions
Key-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.
- Returns:
- Key-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.
-
hasAdvancedOptions
public final boolean hasAdvancedOptions()For responses, this returns true if the service returned a value for the AdvancedOptions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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. -
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 aTooManyClauseserror.
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.- Returns:
- 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 aTooManyClauseserror.
For more information, see Advanced cluster parameters.
-
-
-
accessPolicies
Identity and Access Management (IAM) access policy as a JSON-formatted string.
- Returns:
- Identity and Access Management (IAM) access policy as a JSON-formatted string.
-
ipAddressType
Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If your IP address type is currently set to dual stack, you can't change it.
If the service returns an enum value that is not available in the current SDK version,
ipAddressTypewill returnIPAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromipAddressTypeAsString().- Returns:
- Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If your IP address type is currently set to dual stack, you can't change it.
- See Also:
-
ipAddressTypeAsString
Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If your IP address type is currently set to dual stack, you can't change it.
If the service returns an enum value that is not available in the current SDK version,
ipAddressTypewill returnIPAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromipAddressTypeAsString().- Returns:
- Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If your IP address type is currently set to dual stack, you can't change it.
- See Also:
-
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.- Returns:
- Options to publish OpenSearch logs to Amazon CloudWatch Logs.
-
hasLogPublishingOptions
public final boolean hasLogPublishingOptions()For responses, this returns true if the service returned a value for the LogPublishingOptions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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. -
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.- Returns:
- Options to publish OpenSearch logs to Amazon CloudWatch Logs.
-
encryptionAtRestOptions
Encryption at rest options for the domain.
- Returns:
- Encryption at rest options for the domain.
-
domainEndpointOptions
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
- Returns:
- Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
-
nodeToNodeEncryptionOptions
Node-to-node encryption options for the domain.
- Returns:
- Node-to-node encryption options for the domain.
-
advancedSecurityOptions
Options for fine-grained access control.
- Returns:
- Options for fine-grained access control.
-
autoTuneOptions
Options for Auto-Tune.
- Returns:
- Options for Auto-Tune.
-
dryRun
This flag, when set to True, specifies whether the
UpdateDomainrequest 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.- Returns:
- This flag, when set to True, specifies whether the
UpdateDomainrequest 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.
-
dryRunMode
The type of dry run to perform.
-
Basiconly returns the type of deployment (blue/green or dynamic) that the update will cause. -
Verboseruns 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,
dryRunModewill returnDryRunMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdryRunModeAsString().- Returns:
- The type of dry run to perform.
-
Basiconly returns the type of deployment (blue/green or dynamic) that the update will cause. -
Verboseruns an additional check to validate the changes you're making. For more information, see Validating a domain update.
-
- See Also:
-
-
dryRunModeAsString
The type of dry run to perform.
-
Basiconly returns the type of deployment (blue/green or dynamic) that the update will cause. -
Verboseruns 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,
dryRunModewill returnDryRunMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdryRunModeAsString().- Returns:
- The type of dry run to perform.
-
Basiconly returns the type of deployment (blue/green or dynamic) that the update will cause. -
Verboseruns an additional check to validate the changes you're making. For more information, see Validating a domain update.
-
- See Also:
-
-
offPeakWindowOptions
Off-peak window options for the domain.
- Returns:
- Off-peak window options for the domain.
-
softwareUpdateOptions
Service software update options for the domain.
- Returns:
- Service software update options for the domain.
-
aimlOptions
Options for all machine learning features for the specified domain.
- Returns:
- Options for all machine learning features for the specified domain.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateDomainConfigRequest.Builder,UpdateDomainConfigRequest> - Specified by:
toBuilderin classOpenSearchRequest- Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
Description copied from class:SdkRequestUsed to retrieve the value of a field from any class that extendsSdkRequest. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkRequest.getValueForField(String, Class)method will again be available.- Overrides:
getValueForFieldin classSdkRequest- Parameters:
fieldName- The name of the member to be retrieved.clazz- The class to cast the returned object to.- Returns:
- Optional containing the casted return value
-
sdkFields
-