Interface ReadNoneConnectionMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReadNoneConnectionMetadata.Builder,
,ReadNoneConnectionMetadata> SdkBuilder<ReadNoneConnectionMetadata.Builder,
,ReadNoneConnectionMetadata> SdkPojo
- Enclosing class:
ReadNoneConnectionMetadata
@Mutable
@NotThreadSafe
public static interface ReadNoneConnectionMetadata.Builder
extends SdkPojo, CopyableBuilder<ReadNoneConnectionMetadata.Builder,ReadNoneConnectionMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionbaseEndpoint
(String baseEndpoint) The base endpoint URL for connections that do not require authentication.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
-
baseEndpoint
The base endpoint URL for connections that do not require authentication.
- Parameters:
baseEndpoint
- The base endpoint URL for connections that do not require authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-