Interface OutputLocationRef.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutputLocationRef.Builder,OutputLocationRef>,SdkBuilder<OutputLocationRef.Builder,OutputLocationRef>,SdkPojo
- Enclosing class:
- OutputLocationRef
public static interface OutputLocationRef.Builder extends SdkPojo, CopyableBuilder<OutputLocationRef.Builder,OutputLocationRef>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputLocationRef.BuilderdestinationRefId(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 Detail
-
destinationRefId
OutputLocationRef.Builder destinationRefId(String 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.
-
-