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
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
 
 
 -