Interface ResourceOwnerOrg.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceOwnerOrg.Builder,,ResourceOwnerOrg> SdkBuilder<ResourceOwnerOrg.Builder,,ResourceOwnerOrg> SdkPojo
- Enclosing class:
ResourceOwnerOrg
@Mutable
@NotThreadSafe
public static interface ResourceOwnerOrg.Builder
extends SdkPojo, CopyableBuilder<ResourceOwnerOrg.Builder,ResourceOwnerOrg>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the organization that owns the resource, for example, Azure Tenant 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 organization that owns the resource, for example, Azure Tenant Id.
- Parameters:
id- The unique identifier of the organization that owns the resource, for example, Azure Tenant Id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-