Interface CreateServiceNetworkVpcAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateServiceNetworkVpcAssociationRequest.Builder,CreateServiceNetworkVpcAssociationRequest>,SdkBuilder<CreateServiceNetworkVpcAssociationRequest.Builder,CreateServiceNetworkVpcAssociationRequest>,SdkPojo,SdkRequest.Builder,VpcLatticeRequest.Builder
- Enclosing class:
- CreateServiceNetworkVpcAssociationRequest
public static interface CreateServiceNetworkVpcAssociationRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<CreateServiceNetworkVpcAssociationRequest.Builder,CreateServiceNetworkVpcAssociationRequest>
-
-
Method Summary
-
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
CreateServiceNetworkVpcAssociationRequest.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.
-
securityGroupIds
CreateServiceNetworkVpcAssociationRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide.
- Parameters:
securityGroupIds- The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
CreateServiceNetworkVpcAssociationRequest.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide.
- Parameters:
securityGroupIds- The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkIdentifier
CreateServiceNetworkVpcAssociationRequest.Builder serviceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when 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 when 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
CreateServiceNetworkVpcAssociationRequest.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.
-
vpcIdentifier
CreateServiceNetworkVpcAssociationRequest.Builder vpcIdentifier(String vpcIdentifier)
The ID of the VPC.
- Parameters:
vpcIdentifier- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateServiceNetworkVpcAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateServiceNetworkVpcAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-