Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDestinationRequest.Builder
-
Packages that use PutDestinationRequest.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of PutDestinationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutDestinationResponse>CloudWatchLogsAsyncClient. putDestination(Consumer<PutDestinationRequest.Builder> putDestinationRequest)Creates or updates a destination.default PutDestinationResponseCloudWatchLogsClient. putDestination(Consumer<PutDestinationRequest.Builder> putDestinationRequest)Creates or updates a destination. -
Uses of PutDestinationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDestinationRequest.Builder Modifier and Type Method Description static PutDestinationRequest.BuilderPutDestinationRequest. builder()PutDestinationRequest.BuilderPutDestinationRequest.Builder. destinationName(String destinationName)A name for the destination.PutDestinationRequest.BuilderPutDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDestinationRequest.BuilderPutDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDestinationRequest.BuilderPutDestinationRequest.Builder. roleArn(String roleArn)The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon KinesisPutRecordoperation on the destination stream.PutDestinationRequest.BuilderPutDestinationRequest.Builder. tags(Map<String,String> tags)An optional list of key-value pairs to associate with the resource.PutDestinationRequest.BuilderPutDestinationRequest.Builder. targetArn(String targetArn)The ARN of an Amazon Kinesis stream to which to deliver matching log events.PutDestinationRequest.BuilderPutDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDestinationRequest.Builder Modifier and Type Method Description static Class<? extends PutDestinationRequest.Builder>PutDestinationRequest. serializableBuilderClass()
-