public static interface CreateAccessLogSubscriptionRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<CreateAccessLogSubscriptionRequest.Builder,CreateAccessLogSubscriptionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAccessLogSubscriptionRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateAccessLogSubscriptionRequest.Builder |
destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
CreateAccessLogSubscriptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAccessLogSubscriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAccessLogSubscriptionRequest.Builder |
resourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service.
|
CreateAccessLogSubscriptionRequest.Builder |
tags(Map<String,String> tags)
The tags for the access log subscription.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccessLogSubscriptionRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you
retry a request that completed successfully using the same client token and parameters, the retry
succeeds without performing any actions. If the parameters aren't identical, the retry fails.CreateAccessLogSubscriptionRequest.Builder destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.
destinationArn - The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log
groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.CreateAccessLogSubscriptionRequest.Builder resourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service.
resourceIdentifier - The ID or Amazon Resource Name (ARN) of the service network or service.CreateAccessLogSubscriptionRequest.Builder tags(Map<String,String> tags)
The tags for the access log subscription.
tags - The tags for the access log subscription.CreateAccessLogSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAccessLogSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.