Interface SubscribedProjectInput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SubscribedProjectInput.Builder,,SubscribedProjectInput> SdkBuilder<SubscribedProjectInput.Builder,,SubscribedProjectInput> SdkPojo
- Enclosing class:
 SubscribedProjectInput
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
 
 
 -