Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateClusterRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateClusterRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
addressId() |
The ID of the updated Address object.
|
static UpdateClusterRequest.Builder |
builder() |
|
String |
clusterId() |
The cluster ID of the cluster that you want to update, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
String |
description() |
The updated description of this cluster.
|
boolean |
equals(Object obj) |
|
String |
forwardingAddressId() |
The updated ID for the forwarding address for a cluster.
|
int |
hashCode() |
|
Notification |
notification() |
The new or updated Notification object.
|
JobResource |
resources() |
The updated arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
String |
roleARN() |
The new role Amazon Resource Name (ARN) that you want to associate with this cluster.
|
static Class<? extends UpdateClusterRequest.Builder> |
serializableBuilderClass() |
|
String |
shippingOption() |
The updated shipping option value of this cluster's ShippingDetails object.
|
UpdateClusterRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String clusterId()
The cluster ID of the cluster that you want to update, for example
CID123e4567-e89b-12d3-a456-426655440000
.
CID123e4567-e89b-12d3-a456-426655440000
.public 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).
public String description()
The updated description of this cluster.
public JobResource resources()
The updated arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
public String addressId()
The ID of the updated Address object.
public String shippingOption()
The updated shipping option value of this cluster's ShippingDetails object.
ShippingOption
public Notification notification()
The new or updated Notification object.
public String forwardingAddressId()
The updated ID for the forwarding address for a cluster. This field is not supported in most regions.
public UpdateClusterRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
public static UpdateClusterRequest.Builder builder()
public static Class<? extends UpdateClusterRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.