public static interface DeleteAttributesRequest.Builder extends ECSRequest.Builder, CopyableBuilder<DeleteAttributesRequest.Builder,DeleteAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAttributesRequest.Builder |
attributes(Attribute... attributes)
The attributes to delete from your resource.
|
DeleteAttributesRequest.Builder |
attributes(Collection<Attribute> attributes)
The attributes to delete from your resource.
|
DeleteAttributesRequest.Builder |
attributes(Consumer<Attribute.Builder>... 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.
|
DeleteAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteAttributesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDeleteAttributesRequest.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.
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(Consumer<Attribute.Builder>... 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.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #attributes(List) .attributes - a consumer that will call methods on List.Builder #attributes(List) DeleteAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteAttributesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.