Interface ResourceReference.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ResourceReference.Builder,,- ResourceReference> - SdkBuilder<ResourceReference.Builder,,- ResourceReference> - SdkPojo
- Enclosing class:
- ResourceReference
@Mutable
@NotThreadSafe
public static interface ResourceReference.Builder
extends SdkPojo, CopyableBuilder<ResourceReference.Builder,ResourceReference> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the resource that is using the resource that you are trying to delete.The version of the resource that is using the resource that you are trying to delete.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- 
nameThe name of the resource that is using the resource that you are trying to delete. - Parameters:
- name- The name of the resource that is using the resource that you are trying to delete.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionThe version of the resource that is using the resource that you are trying to delete. - Parameters:
- version- The version of the resource that is using the resource that you are trying to delete.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-