public static interface DeleteFleetsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteFleetsResponse.Builder,DeleteFleetsResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteFleetsResponse.Builder |
successfulFleetDeletions(Collection<DeleteFleetSuccessItem> successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
|
DeleteFleetsResponse.Builder |
successfulFleetDeletions(Consumer<DeleteFleetSuccessItem.Builder>... successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
|
DeleteFleetsResponse.Builder |
successfulFleetDeletions(DeleteFleetSuccessItem... successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
|
DeleteFleetsResponse.Builder |
unsuccessfulFleetDeletions(Collection<DeleteFleetErrorItem> unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
|
DeleteFleetsResponse.Builder |
unsuccessfulFleetDeletions(Consumer<DeleteFleetErrorItem.Builder>... unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
|
DeleteFleetsResponse.Builder |
unsuccessfulFleetDeletions(DeleteFleetErrorItem... unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDeleteFleetsResponse.Builder successfulFleetDeletions(Collection<DeleteFleetSuccessItem> successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
successfulFleetDeletions - Information about the EC2 Fleets that are successfully deleted.DeleteFleetsResponse.Builder successfulFleetDeletions(DeleteFleetSuccessItem... successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
successfulFleetDeletions - Information about the EC2 Fleets that are successfully deleted.DeleteFleetsResponse.Builder successfulFleetDeletions(Consumer<DeleteFleetSuccessItem.Builder>... successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #successfulFleetDeletions(List) .successfulFleetDeletions - a consumer that will call methods on List.Builder #successfulFleetDeletions(List) DeleteFleetsResponse.Builder unsuccessfulFleetDeletions(Collection<DeleteFleetErrorItem> unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
unsuccessfulFleetDeletions - Information about the EC2 Fleets that are not successfully deleted.DeleteFleetsResponse.Builder unsuccessfulFleetDeletions(DeleteFleetErrorItem... unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
unsuccessfulFleetDeletions - Information about the EC2 Fleets that are not successfully deleted.DeleteFleetsResponse.Builder unsuccessfulFleetDeletions(Consumer<DeleteFleetErrorItem.Builder>... unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #unsuccessfulFleetDeletions(List) .unsuccessfulFleetDeletions - a consumer that will call methods on List.Builder #unsuccessfulFleetDeletions(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.