Interface UpdateVpcConnectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateVpcConnectionRequest.Builder,UpdateVpcConnectionRequest>,QuickSightRequest.Builder,SdkBuilder<UpdateVpcConnectionRequest.Builder,UpdateVpcConnectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateVpcConnectionRequest
@Mutable @NotThreadSafe public static interface UpdateVpcConnectionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateVpcConnectionRequest.Builder,UpdateVpcConnectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateVpcConnectionRequest.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.UpdateVpcConnectionRequest.BuilderdnsResolvers(String... dnsResolvers)A list of IP addresses of DNS resolver endpoints for the VPC connection.UpdateVpcConnectionRequest.BuilderdnsResolvers(Collection<String> dnsResolvers)A list of IP addresses of DNS resolver endpoints for the VPC connection.UpdateVpcConnectionRequest.Buildername(String name)The display name for the VPC connection.UpdateVpcConnectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateVpcConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateVpcConnectionRequest.BuilderroleArn(String roleArn)An IAM role associated with the VPC connection.UpdateVpcConnectionRequest.BuildersecurityGroupIds(String... securityGroupIds)A list of security group IDs for the VPC connection.UpdateVpcConnectionRequest.BuildersecurityGroupIds(Collection<String> securityGroupIds)A list of security group IDs for the VPC connection.UpdateVpcConnectionRequest.BuildersubnetIds(String... subnetIds)A list of subnet IDs for the VPC connection.UpdateVpcConnectionRequest.BuildersubnetIds(Collection<String> subnetIds)A list of subnet IDs for the VPC connection.UpdateVpcConnectionRequest.BuildervpcConnectionId(String vpcConnectionId)The ID of the VPC connection that you're updating.-
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.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
UpdateVpcConnectionRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.
- Parameters:
awsAccountId- The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnectionId
UpdateVpcConnectionRequest.Builder vpcConnectionId(String vpcConnectionId)
The ID of the VPC connection that you're updating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
- Parameters:
vpcConnectionId- The ID of the VPC connection that you're updating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateVpcConnectionRequest.Builder name(String name)
The display name for the VPC connection.
- Parameters:
name- The display name for the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
UpdateVpcConnectionRequest.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs for the VPC connection.
- Parameters:
subnetIds- A list of subnet IDs for the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
UpdateVpcConnectionRequest.Builder subnetIds(String... subnetIds)
A list of subnet IDs for the VPC connection.
- Parameters:
subnetIds- A list of subnet IDs for the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
UpdateVpcConnectionRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC connection.
- Parameters:
securityGroupIds- A list of security group IDs for the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
UpdateVpcConnectionRequest.Builder securityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC connection.
- Parameters:
securityGroupIds- A list of security group IDs for the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsResolvers
UpdateVpcConnectionRequest.Builder dnsResolvers(Collection<String> dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
- Parameters:
dnsResolvers- A list of IP addresses of DNS resolver endpoints for the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsResolvers
UpdateVpcConnectionRequest.Builder dnsResolvers(String... dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
- Parameters:
dnsResolvers- A list of IP addresses of DNS resolver endpoints for the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
UpdateVpcConnectionRequest.Builder roleArn(String roleArn)
An IAM role associated with the VPC connection.
- Parameters:
roleArn- An IAM role associated with the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateVpcConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateVpcConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-