Interface NetworkAccessConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkAccessConfiguration.Builder,NetworkAccessConfiguration>,SdkBuilder<NetworkAccessConfiguration.Builder,NetworkAccessConfiguration>,SdkPojo
- Enclosing class:
- NetworkAccessConfiguration
public static interface NetworkAccessConfiguration.Builder extends SdkPojo, CopyableBuilder<NetworkAccessConfiguration.Builder,NetworkAccessConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkAccessConfiguration.BuilderprefixListIds(String... prefixListIds)An array of prefix list IDs.NetworkAccessConfiguration.BuilderprefixListIds(Collection<String> prefixListIds)An array of prefix list IDs.NetworkAccessConfiguration.BuildervpceIds(String... vpceIds)An array of Amazon VPC endpoint IDs for the workspace.NetworkAccessConfiguration.BuildervpceIds(Collection<String> vpceIds)An array of Amazon VPC endpoint IDs for the workspace.-
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
-
-
-
-
Method Detail
-
prefixListIds
NetworkAccessConfiguration.Builder prefixListIds(Collection<String> prefixListIds)
An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration (passed an empty array) then no IP addresses are allowed to access the workspace. You create a prefix list using the Amazon VPC console.
Prefix list IDs have the format
pl-1a2b3c4d.For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
- Parameters:
prefixListIds- An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration (passed an empty array) then no IP addresses are allowed to access the workspace. You create a prefix list using the Amazon VPC console.Prefix list IDs have the format
pl-1a2b3c4d.For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefixListIds
NetworkAccessConfiguration.Builder prefixListIds(String... prefixListIds)
An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration (passed an empty array) then no IP addresses are allowed to access the workspace. You create a prefix list using the Amazon VPC console.
Prefix list IDs have the format
pl-1a2b3c4d.For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
- Parameters:
prefixListIds- An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration (passed an empty array) then no IP addresses are allowed to access the workspace. You create a prefix list using the Amazon VPC console.Prefix list IDs have the format
pl-1a2b3c4d.For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpceIds
NetworkAccessConfiguration.Builder vpceIds(Collection<String> vpceIds)
An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed Grafana workspace for access from within a VPC. If a
NetworkAccessConfigurationis specified then only VPC endpoints specified here are allowed to access the workspace. If you pass in an empty array of strings, then no VPCs are allowed to access the workspace.VPC endpoint IDs have the format
vpce-1a2b3c4d.For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the
com.amazonaws.[region].grafana-workspaceservice endpoint). Other VPC endpoints are ignored.- Parameters:
vpceIds- An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed Grafana workspace for access from within a VPC. If aNetworkAccessConfigurationis specified then only VPC endpoints specified here are allowed to access the workspace. If you pass in an empty array of strings, then no VPCs are allowed to access the workspace.VPC endpoint IDs have the format
vpce-1a2b3c4d.For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the
com.amazonaws.[region].grafana-workspaceservice endpoint). Other VPC endpoints are ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpceIds
NetworkAccessConfiguration.Builder vpceIds(String... vpceIds)
An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed Grafana workspace for access from within a VPC. If a
NetworkAccessConfigurationis specified then only VPC endpoints specified here are allowed to access the workspace. If you pass in an empty array of strings, then no VPCs are allowed to access the workspace.VPC endpoint IDs have the format
vpce-1a2b3c4d.For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the
com.amazonaws.[region].grafana-workspaceservice endpoint). Other VPC endpoints are ignored.- Parameters:
vpceIds- An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed Grafana workspace for access from within a VPC. If aNetworkAccessConfigurationis specified then only VPC endpoints specified here are allowed to access the workspace. If you pass in an empty array of strings, then no VPCs are allowed to access the workspace.VPC endpoint IDs have the format
vpce-1a2b3c4d.For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide.
The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the
com.amazonaws.[region].grafana-workspaceservice endpoint). Other VPC endpoints are ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-