public static interface GetAdminScopeResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<GetAdminScopeResponse.Builder,GetAdminScopeResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAdminScopeResponse.Builder |
adminScope(AdminScope adminScope)
Contains details about the administrative scope of the requested account.
|
default GetAdminScopeResponse.Builder |
adminScope(Consumer<AdminScope.Builder> adminScope)
Contains details about the administrative scope of the requested account.
|
GetAdminScopeResponse.Builder |
status(OrganizationStatus status)
The current status of the request to onboard a member account as an Firewall Manager administator.
|
GetAdminScopeResponse.Builder |
status(String status)
The current status of the request to onboard a member account as an Firewall Manager administator.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAdminScopeResponse.Builder adminScope(AdminScope adminScope)
Contains details about the administrative scope of the requested account.
adminScope - Contains details about the administrative scope of the requested account.default GetAdminScopeResponse.Builder adminScope(Consumer<AdminScope.Builder> adminScope)
Contains details about the administrative scope of the requested account.
This is a convenience method that creates an instance of theAdminScope.Builder avoiding the need to
create one manually via AdminScope.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to adminScope(AdminScope).
adminScope - a consumer that will call methods on AdminScope.BuilderadminScope(AdminScope)GetAdminScopeResponse.Builder status(String status)
The current status of the request to onboard a member account as an Firewall Manager administator.
ONBOARDING - The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE - Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING - The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE - The account has been removed as an Firewall Manager administrator.
status - The current status of the request to onboard a member account as an Firewall Manager administator.
ONBOARDING - The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE - Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING - The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE - The account has been removed as an Firewall Manager administrator.
OrganizationStatus,
OrganizationStatusGetAdminScopeResponse.Builder status(OrganizationStatus status)
The current status of the request to onboard a member account as an Firewall Manager administator.
ONBOARDING - The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE - Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING - The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE - The account has been removed as an Firewall Manager administrator.
status - The current status of the request to onboard a member account as an Firewall Manager administator.
ONBOARDING - The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE - Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING - The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE - The account has been removed as an Firewall Manager administrator.
OrganizationStatus,
OrganizationStatusCopyright © 2023. All rights reserved.