Interface UpdateEnrollmentStatusRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- ComputeOptimizerRequest.Builder,- CopyableBuilder<UpdateEnrollmentStatusRequest.Builder,,- UpdateEnrollmentStatusRequest> - SdkBuilder<UpdateEnrollmentStatusRequest.Builder,,- UpdateEnrollmentStatusRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateEnrollmentStatusRequest
- 
Method SummaryModifier and TypeMethodDescriptionincludeMemberAccounts(Boolean includeMemberAccounts) Indicates whether to enroll member accounts of the organization if the account is the management account of an organization.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The new enrollment status of the account.The new enrollment status of the account.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.computeoptimizer.model.ComputeOptimizerRequest.BuilderbuildMethods 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, sdkFields
- 
Method Details- 
statusThe 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 PendingandFailedoptions 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.- Parameters:
- 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 - Pendingand- Failedoptions 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.
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
statusThe 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 PendingandFailedoptions 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.- Parameters:
- 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 - Pendingand- Failedoptions 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.
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
includeMemberAccountsIndicates whether to enroll member accounts of the organization if the account is the management account of an organization. - Parameters:
- includeMemberAccounts- Indicates whether to enroll member accounts of the organization if the account is the management account of an organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateEnrollmentStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateEnrollmentStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-