Interface ResourceOwnerAccount.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceOwnerAccount.Builder,,ResourceOwnerAccount> SdkBuilder<ResourceOwnerAccount.Builder,,ResourceOwnerAccount> SdkPojo
- Enclosing class:
ResourceOwnerAccount
@Mutable
@NotThreadSafe
public static interface ResourceOwnerAccount.Builder
extends SdkPojo, CopyableBuilder<ResourceOwnerAccount.Builder,ResourceOwnerAccount>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the account that owns the resource, for example, Azure Subscription Id or Amazon Web Services Account Id.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the account that owns the resource, for example, Azure Subscription Id or Amazon Web Services Account Id.
- Parameters:
id- The unique identifier of the account that owns the resource, for example, Azure Subscription Id or Amazon Web Services Account Id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-