public static interface InstanceTypeDetails.Builder extends SdkPojo, CopyableBuilder<InstanceTypeDetails.Builder,InstanceTypeDetails>
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeDetails.Builder |
advancedSecurityEnabled(Boolean advancedSecurityEnabled)
Whether fine-grained access control is supported for the instance type.
|
InstanceTypeDetails.Builder |
appLogsEnabled(Boolean appLogsEnabled)
Whether logging is supported for the instance type.
|
InstanceTypeDetails.Builder |
availabilityZones(Collection<String> availabilityZones)
The supported Availability Zones for the instance type.
|
InstanceTypeDetails.Builder |
availabilityZones(String... availabilityZones)
The supported Availability Zones for the instance type.
|
InstanceTypeDetails.Builder |
cognitoEnabled(Boolean cognitoEnabled)
Whether Amazon Cognito access is supported for the instance type.
|
InstanceTypeDetails.Builder |
encryptionEnabled(Boolean encryptionEnabled)
Whether encryption at rest and node-to-node encryption are supported for the instance type.
|
InstanceTypeDetails.Builder |
instanceRole(Collection<String> instanceRole)
Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.
|
InstanceTypeDetails.Builder |
instanceRole(String... instanceRole)
Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.
|
InstanceTypeDetails.Builder |
instanceType(OpenSearchPartitionInstanceType instanceType)
The instance type.
|
InstanceTypeDetails.Builder |
instanceType(String instanceType)
The instance type.
|
InstanceTypeDetails.Builder |
warmEnabled(Boolean warmEnabled)
Whether UltraWarm is supported for the instance type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceTypeDetails.Builder instanceType(String instanceType)
The instance type.
instanceType - The instance type.OpenSearchPartitionInstanceType,
OpenSearchPartitionInstanceTypeInstanceTypeDetails.Builder instanceType(OpenSearchPartitionInstanceType instanceType)
The instance type.
instanceType - The instance type.OpenSearchPartitionInstanceType,
OpenSearchPartitionInstanceTypeInstanceTypeDetails.Builder encryptionEnabled(Boolean encryptionEnabled)
Whether encryption at rest and node-to-node encryption are supported for the instance type.
encryptionEnabled - Whether encryption at rest and node-to-node encryption are supported for the instance type.InstanceTypeDetails.Builder cognitoEnabled(Boolean cognitoEnabled)
Whether Amazon Cognito access is supported for the instance type.
cognitoEnabled - Whether Amazon Cognito access is supported for the instance type.InstanceTypeDetails.Builder appLogsEnabled(Boolean appLogsEnabled)
Whether logging is supported for the instance type.
appLogsEnabled - Whether logging is supported for the instance type.InstanceTypeDetails.Builder advancedSecurityEnabled(Boolean advancedSecurityEnabled)
Whether fine-grained access control is supported for the instance type.
advancedSecurityEnabled - Whether fine-grained access control is supported for the instance type.InstanceTypeDetails.Builder warmEnabled(Boolean warmEnabled)
Whether UltraWarm is supported for the instance type.
warmEnabled - Whether UltraWarm is supported for the instance type.InstanceTypeDetails.Builder instanceRole(Collection<String> instanceRole)
Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.
instanceRole - Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.InstanceTypeDetails.Builder instanceRole(String... instanceRole)
Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.
instanceRole - Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.InstanceTypeDetails.Builder availabilityZones(Collection<String> availabilityZones)
The supported Availability Zones for the instance type.
availabilityZones - The supported Availability Zones for the instance type.InstanceTypeDetails.Builder availabilityZones(String... availabilityZones)
The supported Availability Zones for the instance type.
availabilityZones - The supported Availability Zones for the instance type.Copyright © 2023. All rights reserved.