Interface PutDestinationPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<PutDestinationPolicyRequest.Builder,PutDestinationPolicyRequest>,SdkBuilder<PutDestinationPolicyRequest.Builder,PutDestinationPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutDestinationPolicyRequest
public static interface PutDestinationPolicyRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<PutDestinationPolicyRequest.Builder,PutDestinationPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutDestinationPolicyRequest.BuilderaccessPolicy(String accessPolicy)An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.PutDestinationPolicyRequest.BuilderdestinationName(String destinationName)A name for an existing destination.PutDestinationPolicyRequest.BuilderforceUpdate(Boolean forceUpdate)Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual Amazon Web Services accounts.PutDestinationPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDestinationPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
destinationName
PutDestinationPolicyRequest.Builder destinationName(String destinationName)
A name for an existing destination.
- Parameters:
destinationName- A name for an existing destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessPolicy
PutDestinationPolicyRequest.Builder accessPolicy(String accessPolicy)
An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination. This can be up to 5120 bytes.
- Parameters:
accessPolicy- An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination. This can be up to 5120 bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forceUpdate
PutDestinationPolicyRequest.Builder forceUpdate(Boolean forceUpdate)
Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual Amazon Web Services accounts. Before you update a destination policy this way, you must first update the subscription filters in the accounts that send logs to this destination. If you do not, the subscription filters might stop working. By specifying
trueforforceUpdate, you are affirming that you have already updated the subscription filters. For more information, see Updating an existing cross-account subscriptionIf you omit this parameter, the default of
falseis used.- Parameters:
forceUpdate- Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual Amazon Web Services accounts. Before you update a destination policy this way, you must first update the subscription filters in the accounts that send logs to this destination. If you do not, the subscription filters might stop working. By specifyingtrueforforceUpdate, you are affirming that you have already updated the subscription filters. For more information, see Updating an existing cross-account subscriptionIf you omit this parameter, the default of
falseis used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutDestinationPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutDestinationPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-