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 TypeMethodDescriptionThe service under which the custom line item charges will be presented.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
-
service
The service under which the custom line item charges will be presented. Must be a string between 1 and 128 characters matching the pattern "
^[a-zA-Z0-9]+$".- Parameters:
service- The service under which the custom line item charges will be presented. Must be a string between 1 and 128 characters matching the pattern "^[a-zA-Z0-9]+$".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-