public static interface SubscriptionFilter.Builder extends CopyableBuilder<SubscriptionFilter.Builder,SubscriptionFilter>
| Modifier and Type | Method and Description |
|---|---|
SubscriptionFilter.Builder |
creationTime(Long creationTime)
The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970
00:00:00 UTC.
|
SubscriptionFilter.Builder |
destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
SubscriptionFilter.Builder |
distribution(Distribution distribution)
Sets the value of the Distribution property for this object.
|
SubscriptionFilter.Builder |
distribution(String distribution)
Sets the value of the Distribution property for this object.
|
SubscriptionFilter.Builder |
filterName(String filterName)
The name of the subscription filter.
|
SubscriptionFilter.Builder |
filterPattern(String filterPattern)
Sets the value of the FilterPattern property for this object.
|
SubscriptionFilter.Builder |
logGroupName(String logGroupName)
The name of the log group.
|
SubscriptionFilter.Builder |
roleArn(String roleArn)
|
copyapply, buildSubscriptionFilter.Builder filterName(String filterName)
The name of the subscription filter.
filterName - The name of the subscription filter.SubscriptionFilter.Builder logGroupName(String logGroupName)
The name of the log group.
logGroupName - The name of the log group.SubscriptionFilter.Builder filterPattern(String filterPattern)
filterPattern - The new value for the FilterPattern property for this object.SubscriptionFilter.Builder destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
destinationArn - The Amazon Resource Name (ARN) of the destination.SubscriptionFilter.Builder roleArn(String roleArn)
roleArn - SubscriptionFilter.Builder distribution(String distribution)
distribution - The new value for the Distribution property for this object.Distribution,
DistributionSubscriptionFilter.Builder distribution(Distribution distribution)
distribution - The new value for the Distribution property for this object.Distribution,
DistributionSubscriptionFilter.Builder creationTime(Long creationTime)
The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
creationTime - The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1,
1970 00:00:00 UTC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.