| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
Destination.Builder.accessPolicy(String accessPolicy)
An IAM policy document that governs which Amazon Web Services accounts can create subscription filters
against this destination.
|
Destination.Builder |
Destination.Builder.arn(String arn)
The ARN of this destination.
|
static Destination.Builder |
Destination.builder() |
Destination.Builder |
Destination.Builder.creationTime(Long creationTime)
The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
Destination.Builder |
Destination.Builder.destinationName(String destinationName)
The name of the destination.
|
Destination.Builder |
Destination.Builder.roleArn(String roleArn)
A role for impersonation, used when delivering log events to the target.
|
Destination.Builder |
Destination.Builder.targetArn(String targetArn)
The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a
Kinesis stream).
|
Destination.Builder |
Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Destination.Builder> |
Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutDestinationResponse.Builder |
PutDestinationResponse.Builder.destination(Consumer<Destination.Builder> destination)
The destination.
|
Copyright © 2023. All rights reserved.