public static interface GetAdminAccountResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<GetAdminAccountResponse.Builder,GetAdminAccountResponse>
Modifier and Type | Method and Description |
---|---|
GetAdminAccountResponse.Builder |
adminAccount(String adminAccount)
The AWS account that is set as the AWS Firewall Manager administrator.
|
GetAdminAccountResponse.Builder |
roleStatus(AccountRoleStatus roleStatus)
The status of the AWS account that you set as the AWS Firewall Manager administrator.
|
GetAdminAccountResponse.Builder |
roleStatus(String roleStatus)
The status of the AWS account that you set as the AWS Firewall Manager administrator.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetAdminAccountResponse.Builder adminAccount(String adminAccount)
The AWS account that is set as the AWS Firewall Manager administrator.
adminAccount
- The AWS account that is set as the AWS Firewall Manager administrator.GetAdminAccountResponse.Builder roleStatus(String roleStatus)
The status of the AWS account that you set as the AWS Firewall Manager administrator.
roleStatus
- The status of the AWS account that you set as the AWS Firewall Manager administrator.AccountRoleStatus
,
AccountRoleStatus
GetAdminAccountResponse.Builder roleStatus(AccountRoleStatus roleStatus)
The status of the AWS account that you set as the AWS Firewall Manager administrator.
roleStatus
- The status of the AWS account that you set as the AWS Firewall Manager administrator.AccountRoleStatus
,
AccountRoleStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.