CopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>, SdkBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>public static interface UpdateClusterRequest.Builder extends CopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateClusterRequest.Builder |
addressId(String addressId) |
The ID of the updated Address object.
|
UpdateClusterRequest.Builder |
clusterId(String clusterId) |
The cluster ID of the cluster that you want to update, for example
CID123e4567-e89b-12d3-a456-426655440000. |
UpdateClusterRequest.Builder |
description(String description) |
The updated description of this cluster.
|
UpdateClusterRequest.Builder |
forwardingAddressId(String forwardingAddressId) |
The updated ID for the forwarding address for a cluster.
|
UpdateClusterRequest.Builder |
notification(Notification notification) |
The new or updated Notification object.
|
UpdateClusterRequest.Builder |
resources(JobResource resources) |
The updated arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
UpdateClusterRequest.Builder |
roleARN(String roleARN) |
The new role Amazon Resource Name (ARN) that you want to associate with this cluster.
|
UpdateClusterRequest.Builder |
shippingOption(String shippingOption) |
The updated shipping option value of this cluster's ShippingDetails object.
|
UpdateClusterRequest.Builder |
shippingOption(ShippingOption shippingOption) |
The updated shipping option value of this cluster's ShippingDetails object.
|
copyapply, buildUpdateClusterRequest.Builder clusterId(String clusterId)
The cluster ID of the cluster that you want to update, for example
CID123e4567-e89b-12d3-a456-426655440000.
clusterId - The cluster ID of the cluster that you want to update, for example
CID123e4567-e89b-12d3-a456-426655440000.UpdateClusterRequest.Builder roleARN(String roleARN)
The new role Amazon Resource Name (ARN) that you want to associate with this cluster. To create a role ARN, use the CreateRole API action in AWS Identity and Access Management (IAM).
roleARN - The new role Amazon Resource Name (ARN) that you want to associate with this cluster. To create a role
ARN, use the CreateRole API
action in AWS Identity and Access Management (IAM).UpdateClusterRequest.Builder description(String description)
The updated description of this cluster.
description - The updated description of this cluster.UpdateClusterRequest.Builder resources(JobResource resources)
The updated arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
resources - The updated arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.UpdateClusterRequest.Builder addressId(String addressId)
The ID of the updated Address object.
addressId - The ID of the updated Address object.UpdateClusterRequest.Builder shippingOption(String shippingOption)
The updated shipping option value of this cluster's ShippingDetails object.
shippingOption - The updated shipping option value of this cluster's ShippingDetails object.ShippingOptionUpdateClusterRequest.Builder shippingOption(ShippingOption shippingOption)
The updated shipping option value of this cluster's ShippingDetails object.
shippingOption - The updated shipping option value of this cluster's ShippingDetails object.ShippingOptionUpdateClusterRequest.Builder notification(Notification notification)
The new or updated Notification object.
notification - The new or updated Notification object.UpdateClusterRequest.Builder forwardingAddressId(String forwardingAddressId)
The updated ID for the forwarding address for a cluster. This field is not supported in most regions.
forwardingAddressId - The updated ID for the forwarding address for a cluster. This field is not supported in most regions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.