public static interface DeleteAccountSettingRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<DeleteAccountSettingRequest.Builder,DeleteAccountSettingRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAccountSettingRequest.Builder |
name(SettingName name)
The resource name for which to disable the new format.
|
DeleteAccountSettingRequest.Builder |
name(String name)
The resource name for which to disable the new format.
|
DeleteAccountSettingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteAccountSettingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteAccountSettingRequest.Builder |
principalArn(String principalArn)
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteAccountSettingRequest.Builder name(String name)
The resource name for which to disable 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 disable 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,
SettingNameDeleteAccountSettingRequest.Builder name(SettingName name)
The resource name for which to disable 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 disable 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,
SettingNameDeleteAccountSettingRequest.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.DeleteAccountSettingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteAccountSettingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.