Class DomainScalingParameters


  • public final class DomainScalingParameters
    extends java.lang.Object
    • Method Detail

      • desiredInstanceType

        public java.util.Optional<java.lang.String> desiredInstanceType()
        Returns:
        The instance type that you want to preconfigure for your domain. See the [AWS documentation](https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_ScalingParameters.html) for valid values.
      • desiredPartitionCount

        public java.util.Optional<java.lang.Integer> desiredPartitionCount()
        Returns:
        The number of partitions you want to preconfigure for your domain. Only valid when you select `search.2xlarge` as the instance type.
      • desiredReplicationCount

        public java.util.Optional<java.lang.Integer> desiredReplicationCount()
        Returns:
        The number of replicas you want to preconfigure for each index partition.