Interface AccessEndpointConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccessEndpointConfig.Builder,
,AccessEndpointConfig> SdkBuilder<AccessEndpointConfig.Builder,
,AccessEndpointConfig> SdkPojo
- Enclosing class:
AccessEndpointConfig
-
Method Summary
Modifier and TypeMethodDescriptionaccessEndpoints
(Collection<AccessEndpoint> accessEndpoints) Indicates a list of access endpoints associated with this directory.accessEndpoints
(Consumer<AccessEndpoint.Builder>... accessEndpoints) Indicates a list of access endpoints associated with this directory.accessEndpoints
(AccessEndpoint... accessEndpoints) Indicates a list of access endpoints associated with this directory.internetFallbackProtocols
(Collection<InternetFallbackProtocol> internetFallbackProtocols) Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.internetFallbackProtocols
(InternetFallbackProtocol... internetFallbackProtocols) Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.internetFallbackProtocolsWithStrings
(String... internetFallbackProtocols) Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.internetFallbackProtocolsWithStrings
(Collection<String> internetFallbackProtocols) Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.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, sdkFieldNameToField, sdkFields
-
Method Details
-
accessEndpoints
Indicates a list of access endpoints associated with this directory.
- Parameters:
accessEndpoints
- Indicates a list of access endpoints associated with this directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessEndpoints
Indicates a list of access endpoints associated with this directory.
- Parameters:
accessEndpoints
- Indicates a list of access endpoints associated with this directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessEndpoints
Indicates a list of access endpoints associated with this directory.
This is a convenience method that creates an instance of theAccessEndpoint.Builder
avoiding the need to create one manually viaAccessEndpoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccessEndpoints(List<AccessEndpoint>)
.- Parameters:
accessEndpoints
- a consumer that will call methods onAccessEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
internetFallbackProtocolsWithStrings
AccessEndpointConfig.Builder internetFallbackProtocolsWithStrings(Collection<String> internetFallbackProtocols) Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.
- Parameters:
internetFallbackProtocols
- Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
internetFallbackProtocolsWithStrings
AccessEndpointConfig.Builder internetFallbackProtocolsWithStrings(String... internetFallbackProtocols) Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.
- Parameters:
internetFallbackProtocols
- Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
internetFallbackProtocols
AccessEndpointConfig.Builder internetFallbackProtocols(Collection<InternetFallbackProtocol> internetFallbackProtocols) Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.
- Parameters:
internetFallbackProtocols
- Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
internetFallbackProtocols
AccessEndpointConfig.Builder internetFallbackProtocols(InternetFallbackProtocol... internetFallbackProtocols) Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.
- Parameters:
internetFallbackProtocols
- Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-