Interface AcceptedAssetScope.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AcceptedAssetScope.Builder,AcceptedAssetScope>,SdkBuilder<AcceptedAssetScope.Builder,AcceptedAssetScope>,SdkPojo
- Enclosing class:
- AcceptedAssetScope
public static interface AcceptedAssetScope.Builder extends SdkPojo, CopyableBuilder<AcceptedAssetScope.Builder,AcceptedAssetScope>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcceptedAssetScope.BuilderassetId(String assetId)The asset ID of the accepted asset scope.AcceptedAssetScope.BuilderfilterIds(String... filterIds)The filter IDs of the accepted asset scope.AcceptedAssetScope.BuilderfilterIds(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, sdkFields
-
-
-
-
Method Detail
-
assetId
AcceptedAssetScope.Builder assetId(String 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
AcceptedAssetScope.Builder filterIds(Collection<String> 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
AcceptedAssetScope.Builder filterIds(String... 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.
-
-