public static interface Setting.Builder extends SdkPojo, CopyableBuilder<Setting.Builder,Setting>
Modifier and Type | Method and Description |
---|---|
Setting.Builder |
name(SettingName name)
The account resource name.
|
Setting.Builder |
name(String name)
The account resource name.
|
Setting.Builder |
principalArn(String principalArn)
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
|
Setting.Builder |
value(String value)
The current account setting for the resource name.
|
copy
applyMutation, build
Setting.Builder name(String name)
The account resource name.
name
- The account resource name.SettingName
,
SettingName
Setting.Builder name(SettingName name)
The account resource name.
name
- The account resource name.SettingName
,
SettingName
Setting.Builder value(String value)
The current account setting for the resource name. If ENABLED
, then the resource will receive
the new Amazon Resource Name (ARN) and resource identifier (ID) format. If DISABLED
, then the
resource will receive the old Amazon Resource Name (ARN) and resource identifier (ID) format.
value
- The current account setting for the resource name. If ENABLED
, then the resource will
receive the new Amazon Resource Name (ARN) and resource identifier (ID) format. If
DISABLED
, then the resource will receive the old Amazon Resource Name (ARN) and resource
identifier (ID) format.Setting.Builder principalArn(String principalArn)
The ARN of the principal, which can be an IAM user, IAM role, or the root user. If this field is omitted, the authenticated user is assumed.
principalArn
- The ARN of the principal, which can be an IAM user, IAM role, or the root user. If this field is
omitted, the authenticated user is assumed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.