Interface GetAdminAccountResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAdminAccountResponse.Builder,GetAdminAccountResponse>,FmsResponse.Builder,SdkBuilder<GetAdminAccountResponse.Builder,GetAdminAccountResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAdminAccountResponse
public static interface GetAdminAccountResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<GetAdminAccountResponse.Builder,GetAdminAccountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAdminAccountResponse.BuilderadminAccount(String adminAccount)The account that is set as the Firewall Manager default administrator.GetAdminAccountResponse.BuilderroleStatus(String roleStatus)The status of the account that you set as the Firewall Manager default administrator.GetAdminAccountResponse.BuilderroleStatus(AccountRoleStatus roleStatus)The status of the account that you set as the Firewall Manager default 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
-
adminAccount
GetAdminAccountResponse.Builder adminAccount(String adminAccount)
The account that is set as the Firewall Manager default administrator.
- Parameters:
adminAccount- The account that is set as the Firewall Manager default administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleStatus
GetAdminAccountResponse.Builder roleStatus(String roleStatus)
The status of the account that you set as the Firewall Manager default administrator.
- Parameters:
roleStatus- The status of the account that you set as the Firewall Manager default administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountRoleStatus,AccountRoleStatus
-
roleStatus
GetAdminAccountResponse.Builder roleStatus(AccountRoleStatus roleStatus)
The status of the account that you set as the Firewall Manager default administrator.
- Parameters:
roleStatus- The status of the account that you set as the Firewall Manager default administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountRoleStatus,AccountRoleStatus
-
-