Interface UpdateServiceNetworkVpcAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateServiceNetworkVpcAssociationRequest.Builder,UpdateServiceNetworkVpcAssociationRequest>,SdkBuilder<UpdateServiceNetworkVpcAssociationRequest.Builder,UpdateServiceNetworkVpcAssociationRequest>,SdkPojo,SdkRequest.Builder,VpcLatticeRequest.Builder
- Enclosing class:
- UpdateServiceNetworkVpcAssociationRequest
public static interface UpdateServiceNetworkVpcAssociationRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<UpdateServiceNetworkVpcAssociationRequest.Builder,UpdateServiceNetworkVpcAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateServiceNetworkVpcAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateServiceNetworkVpcAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateServiceNetworkVpcAssociationRequest.BuildersecurityGroupIds(String... securityGroupIds)The IDs of the security groups.UpdateServiceNetworkVpcAssociationRequest.BuildersecurityGroupIds(Collection<String> securityGroupIds)The IDs of the security groups.UpdateServiceNetworkVpcAssociationRequest.BuilderserviceNetworkVpcAssociationIdentifier(String serviceNetworkVpcAssociationIdentifier)The ID or Amazon Resource Name (ARN) of 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
-
securityGroupIds
UpdateServiceNetworkVpcAssociationRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups. Once you add a security group, it cannot be removed.
- Parameters:
securityGroupIds- The IDs of the security groups. Once you add a security group, it cannot be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
UpdateServiceNetworkVpcAssociationRequest.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups. Once you add a security group, it cannot be removed.
- Parameters:
securityGroupIds- The IDs of the security groups. Once you add a security group, it cannot be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkVpcAssociationIdentifier
UpdateServiceNetworkVpcAssociationRequest.Builder serviceNetworkVpcAssociationIdentifier(String serviceNetworkVpcAssociationIdentifier)
The ID or Amazon Resource Name (ARN) of the association.
- Parameters:
serviceNetworkVpcAssociationIdentifier- The ID or Amazon Resource Name (ARN) of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateServiceNetworkVpcAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateServiceNetworkVpcAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-