Interface GetOrganizationAdminAccountResponse.Builder
- All Superinterfaces:
- AuditManagerResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetOrganizationAdminAccountResponse.Builder,,- GetOrganizationAdminAccountResponse> - SdkBuilder<GetOrganizationAdminAccountResponse.Builder,,- GetOrganizationAdminAccountResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetOrganizationAdminAccountResponse
@Mutable
@NotThreadSafe
public static interface GetOrganizationAdminAccountResponse.Builder
extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<GetOrganizationAdminAccountResponse.Builder,GetOrganizationAdminAccountResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionadminAccountId(String adminAccountId) The identifier for the administrator account.organizationId(String organizationId) The identifier for the organization.Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
adminAccountIdThe identifier for the administrator account. - Parameters:
- adminAccountId- The identifier for the administrator account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
organizationIdThe identifier for the organization. - Parameters:
- organizationId- The identifier for the organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-