Interface AssociateApplicationStatusCheckResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateApplicationStatusCheckResponse.Builder,,AssociateApplicationStatusCheckResponse> Ec2Response.Builder,SdkBuilder<AssociateApplicationStatusCheckResponse.Builder,,AssociateApplicationStatusCheckResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AssociateApplicationStatusCheckResponse
@Mutable
@NotThreadSafe
public static interface AssociateApplicationStatusCheckResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssociateApplicationStatusCheckResponse.Builder,AssociateApplicationStatusCheckResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsuccessfulResults(Collection<SuccessfulAssociationResponseObject> successfulResults) The associations that were successfully created.successfulResults(Consumer<SuccessfulAssociationResponseObject.Builder>... successfulResults) The associations that were successfully created.successfulResults(SuccessfulAssociationResponseObject... successfulResults) The associations that were successfully created.unsuccessfulResults(Collection<UnsuccessfulAssociationResponseObject> unsuccessfulResults) The associations that failed to be created.unsuccessfulResults(Consumer<UnsuccessfulAssociationResponseObject.Builder>... unsuccessfulResults) The associations that failed to be created.unsuccessfulResults(UnsuccessfulAssociationResponseObject... unsuccessfulResults) The associations that failed to be created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods 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
-
successfulResults
AssociateApplicationStatusCheckResponse.Builder successfulResults(Collection<SuccessfulAssociationResponseObject> successfulResults) The associations that were successfully created.
- Parameters:
successfulResults- The associations that were successfully created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulResults
AssociateApplicationStatusCheckResponse.Builder successfulResults(SuccessfulAssociationResponseObject... successfulResults) The associations that were successfully created.
- Parameters:
successfulResults- The associations that were successfully created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulResults
AssociateApplicationStatusCheckResponse.Builder successfulResults(Consumer<SuccessfulAssociationResponseObject.Builder>... successfulResults) The associations that were successfully created.
This is a convenience method that creates an instance of theSuccessfulAssociationResponseObject.Builderavoiding the need to create one manually viaSuccessfulAssociationResponseObject.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosuccessfulResults(List<SuccessfulAssociationResponseObject>).- Parameters:
successfulResults- a consumer that will call methods onSuccessfulAssociationResponseObject.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unsuccessfulResults
AssociateApplicationStatusCheckResponse.Builder unsuccessfulResults(Collection<UnsuccessfulAssociationResponseObject> unsuccessfulResults) The associations that failed to be created.
- Parameters:
unsuccessfulResults- The associations that failed to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unsuccessfulResults
AssociateApplicationStatusCheckResponse.Builder unsuccessfulResults(UnsuccessfulAssociationResponseObject... unsuccessfulResults) The associations that failed to be created.
- Parameters:
unsuccessfulResults- The associations that failed to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unsuccessfulResults
AssociateApplicationStatusCheckResponse.Builder unsuccessfulResults(Consumer<UnsuccessfulAssociationResponseObject.Builder>... unsuccessfulResults) The associations that failed to be created.
This is a convenience method that creates an instance of theUnsuccessfulAssociationResponseObject.Builderavoiding the need to create one manually viaUnsuccessfulAssociationResponseObject.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tounsuccessfulResults(List<UnsuccessfulAssociationResponseObject>).- Parameters:
unsuccessfulResults- a consumer that will call methods onUnsuccessfulAssociationResponseObject.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-