Interface GetAdminScopeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAdminScopeResponse.Builder,GetAdminScopeResponse>,FmsResponse.Builder,SdkBuilder<GetAdminScopeResponse.Builder,GetAdminScopeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAdminScopeResponse
public static interface GetAdminScopeResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<GetAdminScopeResponse.Builder,GetAdminScopeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAdminScopeResponse.BuilderadminScope(Consumer<AdminScope.Builder> adminScope)Contains details about the administrative scope of the requested account.GetAdminScopeResponse.BuilderadminScope(AdminScope adminScope)Contains details about the administrative scope of the requested account.GetAdminScopeResponse.Builderstatus(String status)The current status of the request to onboard a member account as an Firewall Manager administrator.GetAdminScopeResponse.Builderstatus(OrganizationStatus status)The current status of the request to onboard a member account as an Firewall Manager administrator.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fms.model.FmsResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
adminScope
GetAdminScopeResponse.Builder adminScope(AdminScope adminScope)
Contains details about the administrative scope of the requested account.
- Parameters:
adminScope- Contains details about the administrative scope of the requested account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adminScope
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.Builderavoiding the need to create one manually viaAdminScope.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadminScope(AdminScope).- Parameters:
adminScope- a consumer that will call methods onAdminScope.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
adminScope(AdminScope)
-
status
GetAdminScopeResponse.Builder status(String status)
The current status of the request to onboard a member account as an Firewall Manager administrator.
-
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.
- Parameters:
status- The current status of the request to onboard a member account as an Firewall Manager administrator.-
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationStatus,OrganizationStatus
-
-
status
GetAdminScopeResponse.Builder status(OrganizationStatus status)
The current status of the request to onboard a member account as an Firewall Manager administrator.
-
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.
- Parameters:
status- The current status of the request to onboard a member account as an Firewall Manager administrator.-
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationStatus,OrganizationStatus
-
-
-