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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
PutDestinationPolicyRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.