public static interface Setting.Builder extends SdkPojo, CopyableBuilder<Setting.Builder,Setting>
| Modifier and Type | Method and Description |
|---|---|
Setting.Builder |
name(SettingName name)
The Amazon ECS resource name.
|
Setting.Builder |
name(String name)
The Amazon ECS resource name.
|
Setting.Builder |
principalArn(String principalArn)
The ARN of the principal.
|
Setting.Builder |
value(String value)
Determines whether the account setting is enabled or disabled for the specified resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSetting.Builder name(String name)
The Amazon ECS resource name.
name - The Amazon ECS resource name.SettingName,
SettingNameSetting.Builder name(SettingName name)
The Amazon ECS resource name.
name - The Amazon ECS resource name.SettingName,
SettingNameSetting.Builder value(String value)
Determines whether the account setting is enabled or disabled for the specified resource.
value - Determines whether the account setting is enabled or disabled for the specified resource.Setting.Builder principalArn(String principalArn)
The ARN of the principal. It 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. It can be an IAM user, IAM role, or the root user. If this field is omitted,
the authenticated user is assumed.Copyright © 2021. All rights reserved.