Interface MediaInsightsPipelineElementStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MediaInsightsPipelineElementStatus.Builder,
,MediaInsightsPipelineElementStatus> SdkBuilder<MediaInsightsPipelineElementStatus.Builder,
,MediaInsightsPipelineElementStatus> SdkPojo
- Enclosing class:
MediaInsightsPipelineElementStatus
@Mutable
@NotThreadSafe
public static interface MediaInsightsPipelineElementStatus.Builder
extends SdkPojo, CopyableBuilder<MediaInsightsPipelineElementStatus.Builder,MediaInsightsPipelineElementStatus>
-
Method Summary
Modifier and TypeMethodDescriptionThe element's status.status
(MediaPipelineElementStatus status) The element's status.The type of status.The type of status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of status.
- Parameters:
type
- The type of status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of status.
- Parameters:
type
- The type of status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The element's status.
- Parameters:
status
- The element's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The element's status.
- Parameters:
status
- The element's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-