public static interface PutAttributesRequest.Builder extends ECSRequest.Builder, CopyableBuilder<PutAttributesRequest.Builder,PutAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
PutAttributesRequest.Builder |
attributes(Attribute... attributes)
The attributes to apply to your resource.
|
PutAttributesRequest.Builder |
attributes(Collection<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.
|
PutAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.