| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AssetBundleImportJobVPCConnectionOverrideParameters |
AssetBundleImportJobVPCConnectionOverrideParameters.clone() |
AssetBundleImportJobVPCConnectionOverrideParameters |
AssetBundleImportJobVPCConnectionOverrideParameters.withDnsResolvers(Collection<String> dnsResolvers)
An optional override of DNS resolvers to be used by the VPC connection.
|
AssetBundleImportJobVPCConnectionOverrideParameters |
AssetBundleImportJobVPCConnectionOverrideParameters.withDnsResolvers(String... dnsResolvers)
An optional override of DNS resolvers to be used by the VPC connection.
|
AssetBundleImportJobVPCConnectionOverrideParameters |
AssetBundleImportJobVPCConnectionOverrideParameters.withName(String name)
A new name for the VPC connection.
|
AssetBundleImportJobVPCConnectionOverrideParameters |
AssetBundleImportJobVPCConnectionOverrideParameters.withRoleArn(String roleArn)
An optional override of the role ARN to be used by the VPC connection.
|
AssetBundleImportJobVPCConnectionOverrideParameters |
AssetBundleImportJobVPCConnectionOverrideParameters.withSecurityGroupIds(Collection<String> securityGroupIds)
A new security group ID for the VPC connection you are importing.
|
AssetBundleImportJobVPCConnectionOverrideParameters |
AssetBundleImportJobVPCConnectionOverrideParameters.withSecurityGroupIds(String... securityGroupIds)
A new security group ID for the VPC connection you are importing.
|
AssetBundleImportJobVPCConnectionOverrideParameters |
AssetBundleImportJobVPCConnectionOverrideParameters.withSubnetIds(Collection<String> subnetIds)
A list of new subnet IDs for the VPC connection you are importing.
|
AssetBundleImportJobVPCConnectionOverrideParameters |
AssetBundleImportJobVPCConnectionOverrideParameters.withSubnetIds(String... subnetIds)
A list of new subnet IDs for the VPC connection you are importing.
|
AssetBundleImportJobVPCConnectionOverrideParameters |
AssetBundleImportJobVPCConnectionOverrideParameters.withVPCConnectionId(String vPCConnectionId)
The ID of the VPC Connection to apply overrides to.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetBundleImportJobVPCConnectionOverrideParameters> |
AssetBundleImportJobOverrideParameters.getVPCConnections()
A list of overrides for any
VPCConnection resources that are present in the asset bundle that is
imported. |
| Modifier and Type | Method and Description |
|---|---|
AssetBundleImportJobOverrideParameters |
AssetBundleImportJobOverrideParameters.withVPCConnections(AssetBundleImportJobVPCConnectionOverrideParameters... vPCConnections)
A list of overrides for any
VPCConnection resources that are present in the asset bundle that is
imported. |
| Modifier and Type | Method and Description |
|---|---|
void |
AssetBundleImportJobOverrideParameters.setVPCConnections(Collection<AssetBundleImportJobVPCConnectionOverrideParameters> vPCConnections)
A list of overrides for any
VPCConnection resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideParameters |
AssetBundleImportJobOverrideParameters.withVPCConnections(Collection<AssetBundleImportJobVPCConnectionOverrideParameters> vPCConnections)
A list of overrides for any
VPCConnection resources that are present in the asset bundle that is
imported. |
Copyright © 2023. All rights reserved.