Interface RegisterAccountResponse.Builder
-
- All Superinterfaces:
AuditManagerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<RegisterAccountResponse.Builder,RegisterAccountResponse>,SdkBuilder<RegisterAccountResponse.Builder,RegisterAccountResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RegisterAccountResponse
public static interface RegisterAccountResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<RegisterAccountResponse.Builder,RegisterAccountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegisterAccountResponse.Builderstatus(String status)The status of the account registration request.RegisterAccountResponse.Builderstatus(AccountStatus status)The status of the account registration request.-
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
-
status
RegisterAccountResponse.Builder status(String status)
The status of the account registration request.
- Parameters:
status- The status of the account registration request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountStatus,AccountStatus
-
status
RegisterAccountResponse.Builder status(AccountStatus status)
The status of the account registration request.
- Parameters:
status- The status of the account registration request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountStatus,AccountStatus
-
-