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