Interface OutpostConfigRequest.Builder

  • Method Details

    • outpostArns

      OutpostConfigRequest.Builder outpostArns(Collection<String> outpostArns)

      The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported.

      Parameters:
      outpostArns - The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outpostArns

      OutpostConfigRequest.Builder outpostArns(String... outpostArns)

      The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported.

      Parameters:
      outpostArns - The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • controlPlaneInstanceType

      OutpostConfigRequest.Builder controlPlaneInstanceType(String controlPlaneInstanceType)

      The Amazon EC2 instance type for the Kubernetes control plane instances of your local Amazon EKS cluster on Amazon Web Services Outposts. This instance type applies to all control plane instances and cannot be changed after cluster creation.

      For more information, see Capacity considerations in the Amazon EKS User Guide.

      Parameters:
      controlPlaneInstanceType - The Amazon EC2 instance type for the Kubernetes control plane instances of your local Amazon EKS cluster on Amazon Web Services Outposts. This instance type applies to all control plane instances and cannot be changed after cluster creation.

      For more information, see Capacity considerations in the Amazon EKS User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • controlPlanePlacement

      OutpostConfigRequest.Builder controlPlanePlacement(ControlPlanePlacementRequest controlPlanePlacement)

      An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

      Parameters:
      controlPlanePlacement - An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • controlPlanePlacement

      default OutpostConfigRequest.Builder controlPlanePlacement(Consumer<ControlPlanePlacementRequest.Builder> controlPlanePlacement)

      An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to controlPlanePlacement(ControlPlanePlacementRequest).

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

      OutpostConfigRequest.Builder etcdInstanceType(String etcdInstanceType)

      The Amazon EC2 instance type for etcd instances of your local Amazon EKS cluster on Amazon Web Services Outposts. This instance type applies to all etcd instances and cannot be changed after cluster creation.

      Parameters:
      etcdInstanceType - The Amazon EC2 instance type for etcd instances of your local Amazon EKS cluster on Amazon Web Services Outposts. This instance type applies to all etcd instances and cannot be changed after cluster creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • etcdPlacement

      OutpostConfigRequest.Builder etcdPlacement(EtcdPlacementRequest etcdPlacement)

      An object representing the placement configuration for the etcd instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

      Parameters:
      etcdPlacement - An object representing the placement configuration for the etcd instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • etcdPlacement

      default OutpostConfigRequest.Builder etcdPlacement(Consumer<EtcdPlacementRequest.Builder> etcdPlacement)

      An object representing the placement configuration for the etcd instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to etcdPlacement(EtcdPlacementRequest).

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