Interface ProgressUpdateStreamSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProgressUpdateStreamSummary.Builder,,- ProgressUpdateStreamSummary> - SdkBuilder<ProgressUpdateStreamSummary.Builder,,- ProgressUpdateStreamSummary> - SdkPojo
- Enclosing class:
- ProgressUpdateStreamSummary
@Mutable
@NotThreadSafe
public static interface ProgressUpdateStreamSummary.Builder
extends SdkPojo, CopyableBuilder<ProgressUpdateStreamSummary.Builder,ProgressUpdateStreamSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionprogressUpdateStreamName(String progressUpdateStreamName) The name of the ProgressUpdateStream.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- 
progressUpdateStreamNameThe name of the ProgressUpdateStream. Do not store personal data in this field. - Parameters:
- progressUpdateStreamName- The name of the ProgressUpdateStream. Do not store personal data in this field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-