Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.Destination.Builder
Packages that use Destination.Builder
-
Uses of Destination.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return Destination.BuilderModifier and TypeMethodDescriptionDestination.Builder.accessPolicy(String accessPolicy) An IAM policy document that governs which Amazon Web Services accounts can create subscription filters against this destination.The ARN of this destination.static Destination.BuilderDestination.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.destinationName(String destinationName) The name of the destination.A role for impersonation, used when delivering log events to the target.The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).Destination.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type Destination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Destination.Builder>Destination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type Destination.BuilderModifier and TypeMethodDescriptiondefault PutDestinationResponse.BuilderPutDestinationResponse.Builder.destination(Consumer<Destination.Builder> destination) The destination.