Interface PayloadPart.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PayloadPart.Builder,,- PayloadPart> - SdkBuilder<PayloadPart.Builder,,- PayloadPart> - SdkPojo
- All Known Subinterfaces:
- DefaultChunk.Builder
- Enclosing class:
- PayloadPart
@Mutable
@NotThreadSafe
public static interface PayloadPart.Builder
extends SdkPojo, CopyableBuilder<PayloadPart.Builder,PayloadPart> 
- 
Method SummaryModifier and TypeMethodDescriptionBase64-encoded bytes of payload data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bytesBase64-encoded bytes of payload data. - Parameters:
- bytes- Base64-encoded bytes of payload data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-