public static interface UpdateEnrollmentStatusResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<UpdateEnrollmentStatusResponse.Builder,UpdateEnrollmentStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateEnrollmentStatusResponse.Builder |
status(Status status)
The enrollment status of the account.
|
UpdateEnrollmentStatusResponse.Builder |
status(String status)
The enrollment status of the account.
|
UpdateEnrollmentStatusResponse.Builder |
statusReason(String statusReason)
The reason for the enrollment status of the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnrollmentStatusResponse.Builder status(String status)
The enrollment status of the account.
UpdateEnrollmentStatusResponse.Builder status(Status status)
The enrollment status of the account.
UpdateEnrollmentStatusResponse.Builder statusReason(String statusReason)
The reason for the enrollment status of the account. For example, an account might show a status of
Pending because member accounts of an organization require more time to be enrolled in the
service.
statusReason - The reason for the enrollment status of the account. For example, an account might show a status of
Pending because member accounts of an organization require more time to be enrolled in
the service.Copyright © 2023. All rights reserved.