Interface GetEnrollmentStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComputeOptimizerResponse.Builder,CopyableBuilder<GetEnrollmentStatusResponse.Builder,GetEnrollmentStatusResponse>,SdkBuilder<GetEnrollmentStatusResponse.Builder,GetEnrollmentStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEnrollmentStatusResponse
public static interface GetEnrollmentStatusResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<GetEnrollmentStatusResponse.Builder,GetEnrollmentStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEnrollmentStatusResponse.BuilderlastUpdatedTimestamp(Instant lastUpdatedTimestamp)The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.GetEnrollmentStatusResponse.BuildermemberAccountsEnrolled(Boolean memberAccountsEnrolled)Confirms the enrollment status of member accounts of the organization, if the account is a management account of an organization.GetEnrollmentStatusResponse.BuildernumberOfMemberAccountsOptedIn(Integer numberOfMemberAccountsOptedIn)The count of organization member accounts that are opted in to the service, if your account is an organization management account.GetEnrollmentStatusResponse.Builderstatus(String status)The enrollment status of the account.GetEnrollmentStatusResponse.Builderstatus(Status status)The enrollment status of the account.GetEnrollmentStatusResponse.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
GetEnrollmentStatusResponse.Builder status(String status)
The enrollment status of the account.
-
status
GetEnrollmentStatusResponse.Builder status(Status status)
The enrollment status of the account.
-
statusReason
GetEnrollmentStatusResponse.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 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.
-
memberAccountsEnrolled
GetEnrollmentStatusResponse.Builder memberAccountsEnrolled(Boolean memberAccountsEnrolled)
Confirms the enrollment status of member accounts of the organization, if the account is a management account of an organization.
- Parameters:
memberAccountsEnrolled- Confirms the enrollment status of member accounts of the organization, if the account is a management account of an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTimestamp
GetEnrollmentStatusResponse.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
- Parameters:
lastUpdatedTimestamp- The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfMemberAccountsOptedIn
GetEnrollmentStatusResponse.Builder numberOfMemberAccountsOptedIn(Integer numberOfMemberAccountsOptedIn)
The count of organization member accounts that are opted in to the service, if your account is an organization management account.
- Parameters:
numberOfMemberAccountsOptedIn- The count of organization member accounts that are opted in to the service, if your account is an organization management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-