Interface SubscribedProject.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SubscribedProject.Builder,,SubscribedProject> SdkBuilder<SubscribedProject.Builder,,SubscribedProject> SdkPojo
- Enclosing class:
 SubscribedProject
public static interface SubscribedProject.Builder
extends SdkPojo, CopyableBuilder<SubscribedProject.Builder,SubscribedProject> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the project that has the subscription grant.The name of the project that has the 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
- 
id
The identifier of the project that has the subscription grant.
- Parameters:
 id- The identifier of the project that has the subscription grant.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of the project that has the subscription grant.
- Parameters:
 name- The name of the project that has the subscription grant.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -