Interface IncreaseReplicaCountRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<IncreaseReplicaCountRequest.Builder,IncreaseReplicaCountRequest>, ElastiCacheRequest.Builder, SdkBuilder<IncreaseReplicaCountRequest.Builder,IncreaseReplicaCountRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
IncreaseReplicaCountRequest

public static interface IncreaseReplicaCountRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<IncreaseReplicaCountRequest.Builder,IncreaseReplicaCountRequest>
  • Method Details

    • replicationGroupId

      IncreaseReplicaCountRequest.Builder replicationGroupId(String replicationGroupId)

      The id of the replication group to which you want to add replica nodes.

      Parameters:
      replicationGroupId - The id of the replication group to which you want to add replica nodes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newReplicaCount

      IncreaseReplicaCountRequest.Builder newReplicaCount(Integer newReplicaCount)

      The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

      Parameters:
      newReplicaCount - The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicaConfiguration

      IncreaseReplicaCountRequest.Builder replicaConfiguration(Collection<ConfigureShard> replicaConfiguration)

      A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

      Parameters:
      replicaConfiguration - A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicaConfiguration

      IncreaseReplicaCountRequest.Builder replicaConfiguration(ConfigureShard... replicaConfiguration)

      A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

      Parameters:
      replicaConfiguration - A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicaConfiguration

      IncreaseReplicaCountRequest.Builder replicaConfiguration(Consumer<ConfigureShard.Builder>... replicaConfiguration)

      A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

      This is a convenience method that creates an instance of the ConfigureShard.Builder avoiding the need to create one manually via ConfigureShard.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to replicaConfiguration(List<ConfigureShard>).

      Parameters:
      replicaConfiguration - a consumer that will call methods on ConfigureShard.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • applyImmediately

      IncreaseReplicaCountRequest.Builder applyImmediately(Boolean applyImmediately)

      If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

      Parameters:
      applyImmediately - If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      IncreaseReplicaCountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.