CopyableBuilder<Destination.Builder,Destination>, SdkBuilder<Destination.Builder,Destination>public static interface Destination.Builder extends CopyableBuilder<Destination.Builder,Destination>
| Modifier and Type | Method | Description |
|---|---|---|
Destination.Builder |
accessPolicy(String accessPolicy) |
An IAM policy document that governs which AWS accounts can create subscription filters against this
destination.
|
Destination.Builder |
arn(String arn) |
The ARN of this destination.
|
Destination.Builder |
creationTime(Long creationTime) |
The creation time of the destination, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
Destination.Builder |
destinationName(String destinationName) |
The name of the destination.
|
Destination.Builder |
roleArn(String roleArn) |
A role for impersonation, used when delivering log events to the target.
|
Destination.Builder |
targetArn(String targetArn) |
The Amazon Resource Name (ARN) of the physical target where the log events will be delivered (for example, a
Kinesis stream).
|
copyapply, buildDestination.Builder destinationName(String destinationName)
The name of the destination.
destinationName - The name of the destination.Destination.Builder targetArn(String targetArn)
The Amazon Resource Name (ARN) of the physical target where the log events will be delivered (for example, a Kinesis stream).
targetArn - The Amazon Resource Name (ARN) of the physical target where the log events will be delivered (for
example, a Kinesis stream).Destination.Builder roleArn(String roleArn)
A role for impersonation, used when delivering log events to the target.
roleArn - A role for impersonation, used when delivering log events to the target.Destination.Builder accessPolicy(String accessPolicy)
An IAM policy document that governs which AWS accounts can create subscription filters against this destination.
accessPolicy - An IAM policy document that governs which AWS accounts can create subscription filters against this
destination.Destination.Builder arn(String arn)
The ARN of this destination.
arn - The ARN of this destination.Destination.Builder creationTime(Long creationTime)
The creation time of the destination, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
creationTime - The creation time of the destination, expressed as the number of milliseconds since Jan 1, 1970
00:00:00 UTC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.