Interface ProxySettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxySettings.Builder,,ProxySettings> SdkBuilder<ProxySettings.Builder,,ProxySettings> SdkPojo
- Enclosing class:
ProxySettings
@Mutable
@NotThreadSafe
public static interface ProxySettings.Builder
extends SdkPojo, CopyableBuilder<ProxySettings.Builder,ProxySettings>
-
Method Summary
Modifier and TypeMethodDescriptionlistenerProperties(Collection<ListenerProperty> listenerProperties) Listener properties for HTTP and HTTPS traffic.listenerProperties(Consumer<ListenerProperty.Builder>... listenerProperties) Listener properties for HTTP and HTTPS traffic.listenerProperties(ListenerProperty... listenerProperties) Listener properties for HTTP and HTTPS traffic.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
listenerProperties
Listener properties for HTTP and HTTPS traffic.
- Parameters:
listenerProperties- Listener properties for HTTP and HTTPS traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listenerProperties
Listener properties for HTTP and HTTPS traffic.
- Parameters:
listenerProperties- Listener properties for HTTP and HTTPS traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listenerProperties
Listener properties for HTTP and HTTPS traffic.
This is a convenience method that creates an instance of theListenerProperty.Builderavoiding the need to create one manually viaListenerProperty.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolistenerProperties(List<ListenerProperty>).- Parameters:
listenerProperties- a consumer that will call methods onListenerProperty.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-