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