CopyableBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>
, SdkBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>
public static interface DeleteAttributesRequest.Builder extends CopyableBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteAttributesRequest.Builder |
attributes(Collection<Attribute> attributes) |
The attributes to delete from your resource.
|
DeleteAttributesRequest.Builder |
attributes(Attribute... attributes) |
The attributes to delete from your resource.
|
DeleteAttributesRequest.Builder |
cluster(String cluster) |
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete
attributes.
|
copy
apply, build
DeleteAttributesRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete 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 delete
attributes. If you do not specify a cluster, the default cluster is assumed.DeleteAttributesRequest.Builder attributes(Collection<Attribute> attributes)
The attributes to delete from your resource. You can specify up to 10 attributes per request. For custom attributes, specify the attribute name and target ID, but do not specify the value. If you specify the target ID using the short form, you must also specify the target type.
attributes
- The attributes to delete from your resource. You can specify up to 10 attributes per request. For
custom attributes, specify the attribute name and target ID, but do not specify the value. If you
specify the target ID using the short form, you must also specify the target type.DeleteAttributesRequest.Builder attributes(Attribute... attributes)
The attributes to delete from your resource. You can specify up to 10 attributes per request. For custom attributes, specify the attribute name and target ID, but do not specify the value. If you specify the target ID using the short form, you must also specify the target type.
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 delete from your resource. You can specify up to 10 attributes per request. For
custom attributes, specify the attribute name and target ID, but do not specify the value. If you
specify the target ID using the short form, you must also specify the target type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.