Interface UpdateEnrollmentStatusResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ComputeOptimizerResponse.Builder,- CopyableBuilder<UpdateEnrollmentStatusResponse.Builder,,- UpdateEnrollmentStatusResponse> - SdkBuilder<UpdateEnrollmentStatusResponse.Builder,,- UpdateEnrollmentStatusResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateEnrollmentStatusResponse
@Mutable
@NotThreadSafe
public static interface UpdateEnrollmentStatusResponse.Builder
extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<UpdateEnrollmentStatusResponse.Builder,UpdateEnrollmentStatusResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe enrollment status of the account.The enrollment status of the account.statusReason(String statusReason) The reason for the enrollment status of the account.Methods inherited from interface software.amazon.awssdk.services.computeoptimizer.model.ComputeOptimizerResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
statusThe enrollment status of the account. - Parameters:
- status- The enrollment status of the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe enrollment status of the account. - Parameters:
- status- The enrollment status of the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonThe 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 of- Pendingbecause 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.
 
 
-