Interface Resource.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Resource.Builder,,- Resource> - SdkBuilder<Resource.Builder,,- Resource> - SdkPojo
- Enclosing class:
- Resource
@Mutable
@NotThreadSafe
public static interface Resource.Builder
extends SdkPojo, CopyableBuilder<Resource.Builder,Resource> 
- 
Method SummaryModifier and TypeMethodDescriptionThescanNameof the scan that was run on the resource.subResourceId(String subResourceId) The identifier for a section of the resource.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- 
idThe scanNameof the scan that was run on the resource.- Parameters:
- id- The- scanNameof the scan that was run on the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subResourceIdThe identifier for a section of the resource. - Parameters:
- subResourceId- The identifier for a section of the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-