Interface CreateServiceNetworkServiceAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateServiceNetworkServiceAssociationRequest.Builder,CreateServiceNetworkServiceAssociationRequest>,SdkBuilder<CreateServiceNetworkServiceAssociationRequest.Builder,CreateServiceNetworkServiceAssociationRequest>,SdkPojo,SdkRequest.Builder,VpcLatticeRequest.Builder
- Enclosing class:
- CreateServiceNetworkServiceAssociationRequest
public static interface CreateServiceNetworkServiceAssociationRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<CreateServiceNetworkServiceAssociationRequest.Builder,CreateServiceNetworkServiceAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateServiceNetworkServiceAssociationRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateServiceNetworkServiceAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateServiceNetworkServiceAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateServiceNetworkServiceAssociationRequest.BuilderserviceIdentifier(String serviceIdentifier)The ID or Amazon Resource Name (ARN) of the service.CreateServiceNetworkServiceAssociationRequest.BuilderserviceNetworkIdentifier(String serviceNetworkIdentifier)The ID or Amazon Resource Name (ARN) of the service network.CreateServiceNetworkServiceAssociationRequest.Buildertags(Map<String,String> tags)The tags for the association.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeRequest.Builder
build
-
-
-
-
Method Detail
-
clientToken
CreateServiceNetworkServiceAssociationRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceIdentifier
CreateServiceNetworkServiceAssociationRequest.Builder serviceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
- Parameters:
serviceIdentifier- The ID or Amazon Resource Name (ARN) of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkIdentifier
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateServiceNetworkServiceAssociationRequest.Builder tags(Map<String,String> tags)
The tags for the association.
- Parameters:
tags- The tags for the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateServiceNetworkServiceAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateServiceNetworkServiceAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-