public static interface CreateFlowLogsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateFlowLogsResponse.Builder,CreateFlowLogsResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateFlowLogsResponse.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFlowLogsResponse.Builder |
flowLogIds(Collection<String> flowLogIds)
The IDs of the flow logs.
|
CreateFlowLogsResponse.Builder |
flowLogIds(String... flowLogIds)
The IDs of the flow logs.
|
CreateFlowLogsResponse.Builder |
unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
|
CreateFlowLogsResponse.Builder |
unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the flow logs that could not be created successfully.
|
CreateFlowLogsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created successfully.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFlowLogsResponse.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateFlowLogsResponse.Builder flowLogIds(Collection<String> flowLogIds)
The IDs of the flow logs.
flowLogIds - The IDs of the flow logs.CreateFlowLogsResponse.Builder flowLogIds(String... flowLogIds)
The IDs of the flow logs.
flowLogIds - The IDs of the flow logs.CreateFlowLogsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
unsuccessful - Information about the flow logs that could not be created successfully.CreateFlowLogsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created successfully.
unsuccessful - Information about the flow logs that could not be created successfully.CreateFlowLogsResponse.Builder unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the flow logs that could not be created successfully.
This is a convenience method that creates an instance of theUnsuccessfulItem.Builder avoiding the need to create one
manually via UnsuccessfulItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #unsuccessful(List.
unsuccessful - a consumer that will call methods on
UnsuccessfulItem.Builder#unsuccessful(java.util.Collection) Copyright © 2022. All rights reserved.