public static interface PutDestinationPolicyRequest.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, 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.Copyright © 2017. All rights reserved.