Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class PutAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<Attribute> |
attributes() |
The attributes to apply to your resource.
|
static PutAttributesRequest.Builder |
builder() |
|
String |
cluster() |
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends PutAttributesRequest.Builder> |
serializableBuilderClass() |
|
PutAttributesRequest.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 cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes. If you do not specify a cluster, the default cluster is assumed.
public List<Attribute> attributes()
The attributes to apply to your resource. You can specify up to 10 custom attributes per resource. You can specify up to 10 attributes in a single call.
public PutAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
public static PutAttributesRequest.Builder builder()
public static Class<? extends PutAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.