Interface UpdateEnrollmentStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComputeOptimizerResponse.Builder,CopyableBuilder<UpdateEnrollmentStatusResponse.Builder,UpdateEnrollmentStatusResponse>,SdkBuilder<UpdateEnrollmentStatusResponse.Builder,UpdateEnrollmentStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateEnrollmentStatusResponse
public static interface UpdateEnrollmentStatusResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<UpdateEnrollmentStatusResponse.Builder,UpdateEnrollmentStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEnrollmentStatusResponse.Builderstatus(String status)The enrollment status of the account.UpdateEnrollmentStatusResponse.Builderstatus(Status status)The enrollment status of the account.UpdateEnrollmentStatusResponse.BuilderstatusReason(String statusReason)The reason for the enrollment status of the account.-
Methods inherited from interface software.amazon.awssdk.services.computeoptimizer.model.ComputeOptimizerResponse.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
UpdateEnrollmentStatusResponse.Builder status(String status)
The enrollment status of the account.
-
status
UpdateEnrollmentStatusResponse.Builder status(Status status)
The enrollment status of the account.
-
statusReason
UpdateEnrollmentStatusResponse.Builder statusReason(String statusReason)
The reason for the enrollment status of the account. For example, an account might show a status of
Pendingbecause member accounts of an organization require more time to be enrolled in the service.- Parameters:
statusReason- The reason for the enrollment status of the account. For example, an account might show a status ofPendingbecause member accounts of an organization require more time to be enrolled in the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-