Interface RegisterOrganizationAdminAccountResponse.Builder
-
- All Superinterfaces:
AuditManagerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<RegisterOrganizationAdminAccountResponse.Builder,RegisterOrganizationAdminAccountResponse>,SdkBuilder<RegisterOrganizationAdminAccountResponse.Builder,RegisterOrganizationAdminAccountResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RegisterOrganizationAdminAccountResponse
public static interface RegisterOrganizationAdminAccountResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<RegisterOrganizationAdminAccountResponse.Builder,RegisterOrganizationAdminAccountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegisterOrganizationAdminAccountResponse.BuilderadminAccountId(String adminAccountId)The identifier for the delegated administrator account.RegisterOrganizationAdminAccountResponse.BuilderorganizationId(String organizationId)The identifier for the organization.-
Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
adminAccountId
RegisterOrganizationAdminAccountResponse.Builder adminAccountId(String adminAccountId)
The identifier for the delegated administrator account.
- Parameters:
adminAccountId- The identifier for the delegated administrator account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationId
RegisterOrganizationAdminAccountResponse.Builder organizationId(String organizationId)
The 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.
-
-