Interface DisableApplicationStatusCheckSuppressionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisableApplicationStatusCheckSuppressionResponse.Builder,,DisableApplicationStatusCheckSuppressionResponse> Ec2Response.Builder,SdkBuilder<DisableApplicationStatusCheckSuppressionResponse.Builder,,DisableApplicationStatusCheckSuppressionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DisableApplicationStatusCheckSuppressionResponse
@Mutable
@NotThreadSafe
public static interface DisableApplicationStatusCheckSuppressionResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DisableApplicationStatusCheckSuppressionResponse.Builder,DisableApplicationStatusCheckSuppressionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsuccessfulResults(Collection<SuccessfulSuppressionResponseObject> successfulResults) The instances for which suppression was successfully disabled.successfulResults(Consumer<SuccessfulSuppressionResponseObject.Builder>... successfulResults) The instances for which suppression was successfully disabled.successfulResults(SuccessfulSuppressionResponseObject... successfulResults) The instances for which suppression was successfully disabled.unsuccessfulResults(Collection<UnsuccessfulSuppressionResponseObject> unsuccessfulResults) The instances for which suppression failed to be disabled.unsuccessfulResults(Consumer<UnsuccessfulSuppressionResponseObject.Builder>... unsuccessfulResults) The instances for which suppression failed to be disabled.unsuccessfulResults(UnsuccessfulSuppressionResponseObject... unsuccessfulResults) The instances for which suppression failed to be disabled.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
DisableApplicationStatusCheckSuppressionResponse.Builder successfulResults(Collection<SuccessfulSuppressionResponseObject> successfulResults) The instances for which suppression was successfully disabled.
- Parameters:
successfulResults- The instances for which suppression was successfully disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulResults
DisableApplicationStatusCheckSuppressionResponse.Builder successfulResults(SuccessfulSuppressionResponseObject... successfulResults) The instances for which suppression was successfully disabled.
- Parameters:
successfulResults- The instances for which suppression was successfully disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulResults
DisableApplicationStatusCheckSuppressionResponse.Builder successfulResults(Consumer<SuccessfulSuppressionResponseObject.Builder>... successfulResults) The instances for which suppression was successfully disabled.
This is a convenience method that creates an instance of theSuccessfulSuppressionResponseObject.Builderavoiding the need to create one manually viaSuccessfulSuppressionResponseObject.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosuccessfulResults(List<SuccessfulSuppressionResponseObject>).- Parameters:
successfulResults- a consumer that will call methods onSuccessfulSuppressionResponseObject.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unsuccessfulResults
DisableApplicationStatusCheckSuppressionResponse.Builder unsuccessfulResults(Collection<UnsuccessfulSuppressionResponseObject> unsuccessfulResults) The instances for which suppression failed to be disabled.
- Parameters:
unsuccessfulResults- The instances for which suppression failed to be disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unsuccessfulResults
DisableApplicationStatusCheckSuppressionResponse.Builder unsuccessfulResults(UnsuccessfulSuppressionResponseObject... unsuccessfulResults) The instances for which suppression failed to be disabled.
- Parameters:
unsuccessfulResults- The instances for which suppression failed to be disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unsuccessfulResults
DisableApplicationStatusCheckSuppressionResponse.Builder unsuccessfulResults(Consumer<UnsuccessfulSuppressionResponseObject.Builder>... unsuccessfulResults) The instances for which suppression failed to be disabled.
This is a convenience method that creates an instance of theUnsuccessfulSuppressionResponseObject.Builderavoiding the need to create one manually viaUnsuccessfulSuppressionResponseObject.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tounsuccessfulResults(List<UnsuccessfulSuppressionResponseObject>).- Parameters:
unsuccessfulResults- a consumer that will call methods onUnsuccessfulSuppressionResponseObject.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-