Interface UpdateEnrollmentStatusRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateEnrollmentStatusRequest.Builder,
,UpdateEnrollmentStatusRequest> CostOptimizationHubRequest.Builder
,SdkBuilder<UpdateEnrollmentStatusRequest.Builder,
,UpdateEnrollmentStatusRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateEnrollmentStatusRequest
@Mutable
@NotThreadSafe
public static interface UpdateEnrollmentStatusRequest.Builder
extends CostOptimizationHubRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnrollmentStatusRequest.Builder,UpdateEnrollmentStatusRequest>
-
Method Summary
Modifier and TypeMethodDescriptionincludeMemberAccounts
(Boolean includeMemberAccounts) Indicates whether to enroll member accounts of the organization if the account is the management account or delegated administrator.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Sets the account status.status
(EnrollmentStatus status) Sets the account status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.costoptimizationhub.model.CostOptimizationHubRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
Sets the account status.
- Parameters:
status
- Sets the account status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Sets the account status.
- Parameters:
status
- Sets the account status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
includeMemberAccounts
Indicates whether to enroll member accounts of the organization if the account is the management account or delegated administrator.
- Parameters:
includeMemberAccounts
- Indicates whether to enroll member accounts of the organization if the account is the management account or delegated administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateEnrollmentStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateEnrollmentStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-