Interface AssetScope.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetScope.Builder,
,AssetScope> SdkBuilder<AssetScope.Builder,
,AssetScope> SdkPojo
- Enclosing class:
AssetScope
@Mutable
@NotThreadSafe
public static interface AssetScope.Builder
extends SdkPojo, CopyableBuilder<AssetScope.Builder,AssetScope>
-
Method Summary
Modifier and TypeMethodDescriptionThe asset ID of the asset scope.errorMessage
(String errorMessage) The error message of the asset scope.The filter IDs of the asset scope.filterIds
(Collection<String> filterIds) The filter IDs of the asset scope.The status of the asset scope.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 Details
-
assetId
The asset ID of the asset scope.
- Parameters:
assetId
- The asset ID of the asset scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
The error message of the asset scope.
- Parameters:
errorMessage
- The error message of the asset scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterIds
The filter IDs of the asset scope.
- Parameters:
filterIds
- The filter IDs of the asset scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterIds
The filter IDs of the asset scope.
- Parameters:
filterIds
- The filter IDs of the asset scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the asset scope.
- Parameters:
status
- The status of the asset scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-