| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static OptionStatus.Builder |
OptionStatus.builder() |
OptionStatus.Builder |
OptionStatus.Builder.creationDate(Instant creationDate)
The timestamp when the entity was created.
|
OptionStatus.Builder |
OptionStatus.Builder.pendingDeletion(Boolean pendingDeletion)
Indicates whether the entity is being deleted.
|
OptionStatus.Builder |
OptionStatus.Builder.state(OptionState state)
The state of the entity.
|
OptionStatus.Builder |
OptionStatus.Builder.state(String state)
The state of the entity.
|
OptionStatus.Builder |
OptionStatus.toBuilder() |
OptionStatus.Builder |
OptionStatus.Builder.updateDate(Instant updateDate)
The timestamp of the last time the entity was updated.
|
OptionStatus.Builder |
OptionStatus.Builder.updateVersion(Integer updateVersion)
The latest version of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OptionStatus.Builder> |
OptionStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LogPublishingOptionsStatus.Builder |
LogPublishingOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of the log publishing options for the domain.
|
default VersionStatus.Builder |
VersionStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of the version options for the specified domain.
|
default CognitoOptionsStatus.Builder |
CognitoOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of the Cognito options for the specified domain.
|
default VPCDerivedInfoStatus.Builder |
VPCDerivedInfoStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of the VPC options for the specified domain.
|
default AccessPoliciesStatus.Builder |
AccessPoliciesStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of the access policy for the domain.
|
default AdvancedOptionsStatus.Builder |
AdvancedOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of advanced options for the specified domain.
|
default EncryptionAtRestOptionsStatus.Builder |
EncryptionAtRestOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of the encryption at rest options for the specified domain.
|
default SoftwareUpdateOptionsStatus.Builder |
SoftwareUpdateOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of service software update options, including creation date and last updated date.
|
default EBSOptionsStatus.Builder |
EBSOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of the EBS options for the specified domain.
|
default AdvancedSecurityOptionsStatus.Builder |
AdvancedSecurityOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
Status of the fine-grained access control settings for a domain.
|
default OffPeakWindowOptionsStatus.Builder |
OffPeakWindowOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The current status of off-peak window options.
|
default ClusterConfigStatus.Builder |
ClusterConfigStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of cluster configuration options for the specified domain.
|
default NodeToNodeEncryptionOptionsStatus.Builder |
NodeToNodeEncryptionOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of the node-to-node encryption options for the specified domain.
|
default SnapshotOptionsStatus.Builder |
SnapshotOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of a daily automated snapshot.
|
default DomainEndpointOptionsStatus.Builder |
DomainEndpointOptionsStatus.Builder.status(Consumer<OptionStatus.Builder> status)
The status of the endpoint options for a domain.
|
Copyright © 2023. All rights reserved.