public static interface PutAccountSettingRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<PutAccountSettingRequest.Builder,PutAccountSettingRequest>
Modifier and Type | Method and Description |
---|---|
PutAccountSettingRequest.Builder |
name(SettingName name)
The resource name for which to enable the new format.
|
PutAccountSettingRequest.Builder |
name(String name)
The resource name for which to enable the new format.
|
PutAccountSettingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutAccountSettingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutAccountSettingRequest.Builder |
principalArn(String principalArn)
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
|
PutAccountSettingRequest.Builder |
value(String value)
The account setting value for the specified principal ARN.
|
build
overrideConfiguration
copy
applyMutation, build
PutAccountSettingRequest.Builder name(String name)
The resource name for which to enable the new format. If serviceLongArnFormat
is specified, the
ARN for your Amazon ECS services is affected. If taskLongArnFormat
is specified, the ARN and
resource ID for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat
is
specified, the ARN and resource ID for your Amazon ECS container instances is affected.
name
- The resource name for which to enable the new format. If serviceLongArnFormat
is
specified, the ARN for your Amazon ECS services is affected. If taskLongArnFormat
is
specified, the ARN and resource ID for your Amazon ECS tasks is affected. If
containerInstanceLongArnFormat
is specified, the ARN and resource ID for your Amazon ECS
container instances is affected.SettingName
,
SettingName
PutAccountSettingRequest.Builder name(SettingName name)
The resource name for which to enable the new format. If serviceLongArnFormat
is specified, the
ARN for your Amazon ECS services is affected. If taskLongArnFormat
is specified, the ARN and
resource ID for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat
is
specified, the ARN and resource ID for your Amazon ECS container instances is affected.
name
- The resource name for which to enable the new format. If serviceLongArnFormat
is
specified, the ARN for your Amazon ECS services is affected. If taskLongArnFormat
is
specified, the ARN and resource ID for your Amazon ECS tasks is affected. If
containerInstanceLongArnFormat
is specified, the ARN and resource ID for your Amazon ECS
container instances is affected.SettingName
,
SettingName
PutAccountSettingRequest.Builder value(String value)
The account setting value for the specified principal ARN. Accepted values are ENABLED
and
DISABLED
.
value
- The account setting value for the specified principal ARN. Accepted values are ENABLED
and DISABLED
.PutAccountSettingRequest.Builder principalArn(String principalArn)
The ARN of the principal, which can be an IAM user, IAM role, or the root user. If you specify the root user, it modifies the ARN and resource ID format for all IAM users, IAM roles, and the root user of the account unless an IAM user or role explicitly overrides these settings for themselves. If this field is omitted, the setting are changed only for the authenticated user.
principalArn
- The ARN of the principal, which can be an IAM user, IAM role, or the root user. If you specify the
root user, it modifies the ARN and resource ID format for all IAM users, IAM roles, and the root user
of the account unless an IAM user or role explicitly overrides these settings for themselves. If this
field is omitted, the setting are changed only for the authenticated user.PutAccountSettingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutAccountSettingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.