public static interface UpdateEnrollmentStatusRequest.Builder extends ComputeOptimizerRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnrollmentStatusRequest.Builder,UpdateEnrollmentStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEnrollmentStatusRequest.Builder |
includeMemberAccounts(Boolean includeMemberAccounts)
Indicates whether to enroll member accounts of the organization if the account is the management account of
an organization.
|
UpdateEnrollmentStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnrollmentStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEnrollmentStatusRequest.Builder |
status(Status status)
The new enrollment status of the account.
|
UpdateEnrollmentStatusRequest.Builder |
status(String status)
The new enrollment status of the account.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnrollmentStatusRequest.Builder status(String status)
The new enrollment status of the account.
The following status options are available:
Active - Opts in your account to the Compute Optimizer service. Compute Optimizer begins
analyzing the configuration and utilization metrics of your Amazon Web Services resources after you opt in.
For more information, see Metrics analyzed by Compute
Optimizer in the Compute Optimizer User Guide.
Inactive - Opts out your account from the Compute Optimizer service. Your account's
recommendations and related metrics data will be deleted from Compute Optimizer after you opt out.
The Pending and Failed options cannot be used to update the enrollment status of an
account. They are returned in the response of a request to update the enrollment status of an account.
status - The new enrollment status of the account.
The following status options are available:
Active - Opts in your account to the Compute Optimizer service. Compute Optimizer begins
analyzing the configuration and utilization metrics of your Amazon Web Services resources after you
opt in. For more information, see Metrics analyzed by
Compute Optimizer in the Compute Optimizer User Guide.
Inactive - Opts out your account from the Compute Optimizer service. Your account's
recommendations and related metrics data will be deleted from Compute Optimizer after you opt out.
The Pending and Failed options cannot be used to update the enrollment
status of an account. They are returned in the response of a request to update the enrollment status
of an account.
Status,
StatusUpdateEnrollmentStatusRequest.Builder status(Status status)
The new enrollment status of the account.
The following status options are available:
Active - Opts in your account to the Compute Optimizer service. Compute Optimizer begins
analyzing the configuration and utilization metrics of your Amazon Web Services resources after you opt in.
For more information, see Metrics analyzed by Compute
Optimizer in the Compute Optimizer User Guide.
Inactive - Opts out your account from the Compute Optimizer service. Your account's
recommendations and related metrics data will be deleted from Compute Optimizer after you opt out.
The Pending and Failed options cannot be used to update the enrollment status of an
account. They are returned in the response of a request to update the enrollment status of an account.
status - The new enrollment status of the account.
The following status options are available:
Active - Opts in your account to the Compute Optimizer service. Compute Optimizer begins
analyzing the configuration and utilization metrics of your Amazon Web Services resources after you
opt in. For more information, see Metrics analyzed by
Compute Optimizer in the Compute Optimizer User Guide.
Inactive - Opts out your account from the Compute Optimizer service. Your account's
recommendations and related metrics data will be deleted from Compute Optimizer after you opt out.
The Pending and Failed options cannot be used to update the enrollment
status of an account. They are returned in the response of a request to update the enrollment status
of an account.
Status,
StatusUpdateEnrollmentStatusRequest.Builder includeMemberAccounts(Boolean includeMemberAccounts)
Indicates whether to enroll member accounts of the organization if the account is the management account of an organization.
includeMemberAccounts - Indicates whether to enroll member accounts of the organization if the account is the management
account of an organization.UpdateEnrollmentStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEnrollmentStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.