@Generated(value="software.amazon.awssdk:codegen") public class CreateFlowLogsRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateFlowLogsRequest.Builder,CreateFlowLogsRequest>
Contains the parameters for CreateFlowLogs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateFlowLogsRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
String |
toString() |
String |
trafficType()
The type of traffic to log.
|
clone, copyBaseTo, 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
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateFlowLogsRequest.Builder,CreateFlowLogsRequest>public static CreateFlowLogsRequest.Builder builder()
public static Class<? extends CreateFlowLogsRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.