CopyableBuilder<PutDestinationPolicyRequest.Builder,PutDestinationPolicyRequest>
, SdkBuilder<PutDestinationPolicyRequest.Builder,PutDestinationPolicyRequest>
public static interface PutDestinationPolicyRequest.Builder extends CopyableBuilder<PutDestinationPolicyRequest.Builder,PutDestinationPolicyRequest>
Modifier and Type | Method | 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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.