Interface AssociateAccountsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComputeOptimizerAutomationResponse.Builder,CopyableBuilder<AssociateAccountsResponse.Builder,,AssociateAccountsResponse> SdkBuilder<AssociateAccountsResponse.Builder,,AssociateAccountsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AssociateAccountsResponse
@Mutable
@NotThreadSafe
public static interface AssociateAccountsResponse.Builder
extends ComputeOptimizerAutomationResponse.Builder, SdkPojo, CopyableBuilder<AssociateAccountsResponse.Builder,AssociateAccountsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds(String... accountIds) The IDs of the member accounts that were successfully associated.accountIds(Collection<String> accountIds) The IDs of the member accounts that were successfully associated.Any errors that occurred during the association process.errors(Collection<String> errors) Any errors that occurred during the association 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 associated.
- Parameters:
accountIds- The IDs of the member accounts that were successfully associated.- 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 associated.
- Parameters:
accountIds- The IDs of the member accounts that were successfully associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
Any errors that occurred during the association process.
- Parameters:
errors- Any errors that occurred during the association process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
Any errors that occurred during the association process.
- Parameters:
errors- Any errors that occurred during the association process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-