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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubscribedProject.Builderid(String id)The identifier of the project that has the subscription grant.SubscribedProject.Buildername(String name)The name of the project that has the 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, sdkFields
-
-
-
-
Method Detail
-
id
SubscribedProject.Builder id(String 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
SubscribedProject.Builder name(String 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.
-
-