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 to disable the account setting for.
|
DeleteAccountSettingRequest.Builder |
name(String name)
The resource name to disable the account setting for.
|
DeleteAccountSettingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAccountSettingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAccountSettingRequest.Builder |
principalArn(String principalArn)
The Amazon Resource Name (ARN) of the principal.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAccountSettingRequest.Builder name(String name)
The resource name to disable the account setting for. 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. If
awsvpcTrunking is specified, the ENI limit for your Amazon ECS container instances is affected.
name - The resource name to disable the account setting for. 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. If awsvpcTrunking is specified, the ENI limit for your
Amazon ECS container instances is affected.SettingName,
SettingNameDeleteAccountSettingRequest.Builder name(SettingName name)
The resource name to disable the account setting for. 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. If
awsvpcTrunking is specified, the ENI limit for your Amazon ECS container instances is affected.
name - The resource name to disable the account setting for. 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. If awsvpcTrunking is specified, the ENI limit for your
Amazon ECS container instances is affected.SettingName,
SettingNameDeleteAccountSettingRequest.Builder principalArn(String principalArn)
The Amazon Resource Name (ARN) of the principal. It can be an IAM user, IAM role, or the root user. If you specify the root user, it disables the account setting for all IAM users, IAM roles, and the root user of the account unless an IAM user or role explicitly overrides these settings. If this field is omitted, the setting is changed only for the authenticated user.
principalArn - The Amazon Resource Name (ARN) of the principal. It can be an IAM user, IAM role, or the root user. If
you specify the root user, it disables the account setting for all IAM users, IAM roles, and the root
user of the account unless an IAM user or role explicitly overrides these settings. If this field is
omitted, the setting is changed only for the authenticated user.DeleteAccountSettingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAccountSettingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.