Interface PresentationObject.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PresentationObject.Builder,,PresentationObject> SdkBuilder<PresentationObject.Builder,,PresentationObject> SdkPojo
- Enclosing class:
PresentationObject
@Mutable
@NotThreadSafe
public static interface PresentationObject.Builder
extends SdkPojo, CopyableBuilder<PresentationObject.Builder,PresentationObject>
-
Method Summary
Modifier and TypeMethodDescriptionThis defines the service of where the custom line item is presentedMethods 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
-
service
This defines the service of where the custom line item is presented
- Parameters:
service- This defines the service of where the custom line item is presented- Returns:
- Returns a reference to this object so that method calls can be chained together.
-