Interface OutputLocationRef.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutputLocationRef.Builder,
,OutputLocationRef> SdkBuilder<OutputLocationRef.Builder,
,OutputLocationRef> SdkPojo
- Enclosing class:
OutputLocationRef
@Mutable
@NotThreadSafe
public static interface OutputLocationRef.Builder
extends SdkPojo, CopyableBuilder<OutputLocationRef.Builder,OutputLocationRef>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationRefId
(String destinationRefId) Sets the value of the DestinationRefId property for this object.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
-
destinationRefId
Sets the value of the DestinationRefId property for this object.- Parameters:
destinationRefId
- The new value for the DestinationRefId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-