Interface SubscribedListingInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SubscribedListingInput.Builder,
,SubscribedListingInput> SdkBuilder<SubscribedListingInput.Builder,
,SubscribedListingInput> SdkPojo
- Enclosing class:
SubscribedListingInput
@Mutable
@NotThreadSafe
public static interface SubscribedListingInput.Builder
extends SdkPojo, CopyableBuilder<SubscribedListingInput.Builder,SubscribedListingInput>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier
(String identifier) The identifier of the published asset for which the subscription grant is to be created.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
-
identifier
The identifier of the published asset for which the subscription grant is to be created.
- Parameters:
identifier
- The identifier of the published asset for which the subscription grant is to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-