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 on or off 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 on or off for the specified resource.
value - Determines whether the account setting is on or off for the specified resource.Setting.Builder principalArn(String principalArn)
The ARN of the principal. It can be a user, role, or the root user. If this field is omitted, the authenticated user is assumed.
principalArn - The ARN of the principal. It can be a user, role, or the root user. If this field is omitted, the
authenticated user is assumed.Copyright © 2023. All rights reserved.