Interface EndpointDisplayContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EndpointDisplayContent.Builder,,EndpointDisplayContent> SdkBuilder<EndpointDisplayContent.Builder,,EndpointDisplayContent> SdkPojo
- Enclosing class:
EndpointDisplayContent
@Mutable
@NotThreadSafe
public static interface EndpointDisplayContent.Builder
extends SdkPojo, CopyableBuilder<EndpointDisplayContent.Builder,EndpointDisplayContent>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EndpointDisplayContent.Buildernone(Consumer<None.Builder> none) If your product REST endpoint contains no overrides, the none object is returned.If your product REST endpoint contains no overrides, the none object is returned.default EndpointDisplayContent.Builderoverrides(Consumer<DisplayContentOverrides.Builder> overrides) The overrides for endpoint display content.overrides(DisplayContentOverrides overrides) The overrides for endpoint display content.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
-
none
If your product REST endpoint contains no overrides, the none object is returned.
- Parameters:
none- If your product REST endpoint contains no overrides, the none object is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
none
If your product REST endpoint contains no overrides, the none object is returned.
This is a convenience method that creates an instance of theNone.Builderavoiding the need to create one manually viaNone.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonone(None).- Parameters:
none- a consumer that will call methods onNone.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrides
The overrides for endpoint display content.
- Parameters:
overrides- The overrides for endpoint display content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrides
default EndpointDisplayContent.Builder overrides(Consumer<DisplayContentOverrides.Builder> overrides) The overrides for endpoint display content.
This is a convenience method that creates an instance of theDisplayContentOverrides.Builderavoiding the need to create one manually viaDisplayContentOverrides.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooverrides(DisplayContentOverrides).- Parameters:
overrides- a consumer that will call methods onDisplayContentOverrides.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-