Interface ValidationFindingScope.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ValidationFindingScope.Builder,,ValidationFindingScope> SdkBuilder<ValidationFindingScope.Builder,,ValidationFindingScope> SdkPojo
- Enclosing class:
ValidationFindingScope
@Mutable
@NotThreadSafe
public static interface ValidationFindingScope.Builder
extends SdkPojo, CopyableBuilder<ValidationFindingScope.Builder,ValidationFindingScope>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the resource within the scope.The type of the resource scope.The type of the resource scope.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, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of the resource scope.
- Parameters:
type- The type of the resource scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the resource scope.
- Parameters:
type- The type of the resource scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
id
The ID of the resource within the scope.
- Parameters:
id- The ID of the resource within the scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-