Interface PutDeliveryDestinationPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<PutDeliveryDestinationPolicyRequest.Builder,PutDeliveryDestinationPolicyRequest>,SdkBuilder<PutDeliveryDestinationPolicyRequest.Builder,PutDeliveryDestinationPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutDeliveryDestinationPolicyRequest
public static interface PutDeliveryDestinationPolicyRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<PutDeliveryDestinationPolicyRequest.Builder,PutDeliveryDestinationPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutDeliveryDestinationPolicyRequest.BuilderdeliveryDestinationName(String deliveryDestinationName)The name of the delivery destination to assign this policy to.PutDeliveryDestinationPolicyRequest.BuilderdeliveryDestinationPolicy(String deliveryDestinationPolicy)The contents of the policy.PutDeliveryDestinationPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDeliveryDestinationPolicyRequest.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
-
deliveryDestinationName
PutDeliveryDestinationPolicyRequest.Builder deliveryDestinationName(String deliveryDestinationName)
The name of the delivery destination to assign this policy to.
- Parameters:
deliveryDestinationName- The name of the delivery destination to assign this policy to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryDestinationPolicy
PutDeliveryDestinationPolicyRequest.Builder deliveryDestinationPolicy(String deliveryDestinationPolicy)
The contents of the policy.
- Parameters:
deliveryDestinationPolicy- The contents of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutDeliveryDestinationPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutDeliveryDestinationPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-