public static interface CreateServiceNetworkServiceAssociationRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<CreateServiceNetworkServiceAssociationRequest.Builder,CreateServiceNetworkServiceAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateServiceNetworkServiceAssociationRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateServiceNetworkServiceAssociationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateServiceNetworkServiceAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateServiceNetworkServiceAssociationRequest.Builder |
serviceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
CreateServiceNetworkServiceAssociationRequest.Builder |
serviceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network.
|
CreateServiceNetworkServiceAssociationRequest.Builder |
tags(Map<String,String> tags)
The tags for the association.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateServiceNetworkServiceAssociationRequest.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.CreateServiceNetworkServiceAssociationRequest.Builder serviceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier - The ID or Amazon Resource Name (ARN) of the service.CreateServiceNetworkServiceAssociationRequest.Builder serviceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts.
serviceNetworkIdentifier - The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the resources
specified in the operation are in different accounts.CreateServiceNetworkServiceAssociationRequest.Builder tags(Map<String,String> tags)
The tags for the association.
tags - The tags for the association.CreateServiceNetworkServiceAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateServiceNetworkServiceAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.