| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeDetails.Builder |
InstanceTypeDetails.Builder.advancedSecurityEnabled(Boolean advancedSecurityEnabled)
Whether fine-grained access control is supported for the instance type.
|
InstanceTypeDetails.Builder |
InstanceTypeDetails.Builder.appLogsEnabled(Boolean appLogsEnabled)
Whether logging is supported for the instance type.
|
static InstanceTypeDetails.Builder |
InstanceTypeDetails.builder() |
InstanceTypeDetails.Builder |
InstanceTypeDetails.Builder.cognitoEnabled(Boolean cognitoEnabled)
Whether Amazon Cognito access is supported for the instance type.
|
InstanceTypeDetails.Builder |
InstanceTypeDetails.Builder.encryptionEnabled(Boolean encryptionEnabled)
Whether encryption at rest and node-to-node encryption are supported for the instance type.
|
InstanceTypeDetails.Builder |
InstanceTypeDetails.Builder.instanceRole(Collection<String> instanceRole)
Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.
|
InstanceTypeDetails.Builder |
InstanceTypeDetails.Builder.instanceRole(String... instanceRole)
Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.
|
InstanceTypeDetails.Builder |
InstanceTypeDetails.Builder.instanceType(OpenSearchPartitionInstanceType instanceType)
The instance type.
|
InstanceTypeDetails.Builder |
InstanceTypeDetails.Builder.instanceType(String instanceType)
The instance type.
|
InstanceTypeDetails.Builder |
InstanceTypeDetails.toBuilder() |
InstanceTypeDetails.Builder |
InstanceTypeDetails.Builder.warmEnabled(Boolean warmEnabled)
Whether UltraWarm is supported for the instance type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceTypeDetails.Builder> |
InstanceTypeDetails.serializableBuilderClass() |
Copyright © 2022. All rights reserved.