Cloneable, ReadLimitInfo, ToCopyableBuilder<CreateFlowLogsRequest.Builder,CreateFlowLogsRequest>@Generated("software.amazon.awssdk:codegen") public class CreateFlowLogsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateFlowLogsRequest.Builder,CreateFlowLogsRequest>
Contains the parameters for CreateFlowLogs.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CreateFlowLogsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static CreateFlowLogsRequest.Builder |
builder() |
|
String |
clientToken() |
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
String |
deliverLogsPermissionArn() |
The ARN for the IAM role that's used to post flow logs to a CloudWatch Logs log group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
logGroupName() |
The name of the CloudWatch log group.
|
List<String> |
resourceIds() |
One or more subnet, network interface, or VPC IDs.
|
String |
resourceType() |
The type of resource on which to create the flow log.
|
static Class<? extends CreateFlowLogsRequest.Builder> |
serializableBuilderClass() |
|
CreateFlowLogsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
trafficType() |
The type of traffic to log.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String clientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
public String deliverLogsPermissionArn()
The ARN for the IAM role that's used to post flow logs to a CloudWatch Logs log group.
public String logGroupName()
The name of the CloudWatch log group.
public List<String> resourceIds()
One or more subnet, network interface, or VPC IDs.
Constraints: Maximum of 1000 resources
Constraints: Maximum of 1000 resources
public String resourceType()
The type of resource on which to create the flow log.
FlowLogsResourceTypepublic String trafficType()
The type of traffic to log.
TrafficTypepublic CreateFlowLogsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateFlowLogsRequest.Builder,CreateFlowLogsRequest>public static CreateFlowLogsRequest.Builder builder()
public static Class<? extends CreateFlowLogsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.