Interface RestEndpointIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RestEndpointIdentifier.Builder,,RestEndpointIdentifier> SdkBuilder<RestEndpointIdentifier.Builder,,RestEndpointIdentifier> SdkPojo
- Enclosing class:
RestEndpointIdentifier
@Mutable
@NotThreadSafe
public static interface RestEndpointIdentifier.Builder
extends SdkPojo, CopyableBuilder<RestEndpointIdentifier.Builder,RestEndpointIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RestEndpointIdentifier.BuilderidentifierParts(Consumer<IdentifierParts.Builder> identifierParts) The identifier parts of the REST endpoint identifier.identifierParts(IdentifierParts identifierParts) The identifier parts of the REST endpoint identifier.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
-
identifierParts
The identifier parts of the REST endpoint identifier.
- Parameters:
identifierParts- The identifier parts of the REST endpoint identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifierParts
default RestEndpointIdentifier.Builder identifierParts(Consumer<IdentifierParts.Builder> identifierParts) The identifier parts of the REST endpoint identifier.
This is a convenience method that creates an instance of theIdentifierParts.Builderavoiding the need to create one manually viaIdentifierParts.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidentifierParts(IdentifierParts).- Parameters:
identifierParts- a consumer that will call methods onIdentifierParts.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-