CopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>, SdkBuilder<PutAttributesRequest.Builder,PutAttributesRequest>public static interface PutAttributesRequest.Builder extends CopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
PutAttributesRequest.Builder |
attributes(Collection<Attribute> attributes) |
The attributes to apply to your resource.
|
PutAttributesRequest.Builder |
attributes(Attribute... attributes) |
The attributes to apply to your resource.
|
PutAttributesRequest.Builder |
cluster(String cluster) |
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply
attributes.
|
copyapply, buildPutAttributesRequest.Builder cluster(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.
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.PutAttributesRequest.Builder attributes(Collection<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.
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.PutAttributesRequest.Builder attributes(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.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection) or #withAttributes(java.util.Collection) if you want to
override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.