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