Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateFlowLogsResponse.Builder
Packages that use CreateFlowLogsResponse.Builder
-
Uses of CreateFlowLogsResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateFlowLogsResponse.BuilderModifier and TypeMethodDescriptionCreateFlowLogsResponse.builder()CreateFlowLogsResponse.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateFlowLogsResponse.Builder.flowLogIds(String... flowLogIds) The IDs of the flow logs.CreateFlowLogsResponse.Builder.flowLogIds(Collection<String> flowLogIds) The IDs of the flow logs.CreateFlowLogsResponse.toBuilder()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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateFlowLogsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateFlowLogsResponse.Builder>CreateFlowLogsResponse.serializableBuilderClass()