public static interface CreateServiceNetworkVpcAssociationRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<CreateServiceNetworkVpcAssociationRequest.Builder,CreateServiceNetworkVpcAssociationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateServiceNetworkVpcAssociationRequest.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.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.
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.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.
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.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.
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.CreateServiceNetworkVpcAssociationRequest.Builder tags(Map<String,String> tags)
The tags for the association.
tags - The tags for the association.CreateServiceNetworkVpcAssociationRequest.Builder vpcIdentifier(String vpcIdentifier)
The ID of the VPC.
vpcIdentifier - The ID of the VPC.CreateServiceNetworkVpcAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateServiceNetworkVpcAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.