public static interface PutDestinationPolicyRequest.Builder extends CloudWatchLogsRequest.Builder, CopyableBuilder<PutDestinationPolicyRequest.Builder,PutDestinationPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutDestinationPolicyRequest.Builder |
accessPolicy(String accessPolicy)
An IAM policy document that authorizes cross-account users to deliver their log events to the associated
destination.
|
PutDestinationPolicyRequest.Builder |
destinationName(String destinationName)
A name for an existing destination.
|
PutDestinationPolicyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PutDestinationPolicyRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildPutDestinationPolicyRequest.Builder destinationName(String destinationName)
A name for an existing destination.
destinationName - A name for an existing destination.PutDestinationPolicyRequest.Builder accessPolicy(String accessPolicy)
An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.
accessPolicy - An IAM policy document that authorizes cross-account users to deliver their log events to the
associated destination.PutDestinationPolicyRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.PutDestinationPolicyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.