Interface DisassociateAccountsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComputeOptimizerAutomationResponse.Builder,CopyableBuilder<DisassociateAccountsResponse.Builder,,DisassociateAccountsResponse> SdkBuilder<DisassociateAccountsResponse.Builder,,DisassociateAccountsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DisassociateAccountsResponse
@Mutable
@NotThreadSafe
public static interface DisassociateAccountsResponse.Builder
extends ComputeOptimizerAutomationResponse.Builder, SdkPojo, CopyableBuilder<DisassociateAccountsResponse.Builder,DisassociateAccountsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds(String... accountIds) The IDs of the member accounts that were successfully disassociated.accountIds(Collection<String> accountIds) The IDs of the member accounts that were successfully disassociated.Any errors that occurred during the disassociation process.errors(Collection<String> errors) Any errors that occurred during the disassociation process.Methods inherited from interface software.amazon.awssdk.services.computeoptimizerautomation.model.ComputeOptimizerAutomationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
accountIds
The IDs of the member accounts that were successfully disassociated.
- Parameters:
accountIds- The IDs of the member accounts that were successfully disassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
The IDs of the member accounts that were successfully disassociated.
- Parameters:
accountIds- The IDs of the member accounts that were successfully disassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
Any errors that occurred during the disassociation process.
- Parameters:
errors- Any errors that occurred during the disassociation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
Any errors that occurred during the disassociation process.
- Parameters:
errors- Any errors that occurred during the disassociation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-