Interface CreateFlowLogsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateFlowLogsResponse.Builder,,CreateFlowLogsResponse> Ec2Response.Builder,SdkBuilder<CreateFlowLogsResponse.Builder,,CreateFlowLogsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateFlowLogsResponse
public static interface CreateFlowLogsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateFlowLogsResponse.Builder,CreateFlowLogsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.flowLogIds(String... flowLogIds) The IDs of the flow logs.flowLogIds(Collection<String> flowLogIds) The IDs of the flow logs.unsuccessful(Collection<UnsuccessfulItem> unsuccessful) Information about the flow logs that could not be created successfully.unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful) Information about the flow logs that could not be created successfully.unsuccessful(UnsuccessfulItem... unsuccessful) Information about the flow logs that could not be created successfully.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
clientToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
 clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
flowLogIds
The IDs of the flow logs.
- Parameters:
 flowLogIds- The IDs of the flow logs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
flowLogIds
The IDs of the flow logs.
- Parameters:
 flowLogIds- The IDs of the flow logs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
unsuccessful
Information about the flow logs that could not be created successfully.
- Parameters:
 unsuccessful- Information about the flow logs that could not be created successfully.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
unsuccessful
Information about the flow logs that could not be created successfully.
- Parameters:
 unsuccessful- Information about the flow logs that could not be created successfully.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
unsuccessful
Information about the flow logs that could not be created successfully.
This is a convenience method that creates an instance of theUnsuccessfulItem.Builderavoiding the need to create one manually viaUnsuccessfulItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tounsuccessful(List<UnsuccessfulItem>).- Parameters:
 unsuccessful- a consumer that will call methods onUnsuccessfulItem.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -