public static interface SubscribedPrincipalInput.Builder extends SdkPojo, CopyableBuilder<SubscribedPrincipalInput.Builder,SubscribedPrincipalInput>
| Modifier and Type | Method and Description |
|---|---|
default SubscribedPrincipalInput.Builder |
project(Consumer<SubscribedProjectInput.Builder> project)
The project that is to be given a subscription grant.
|
SubscribedPrincipalInput.Builder |
project(SubscribedProjectInput project)
The project that is to be given a subscription grant.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubscribedPrincipalInput.Builder project(SubscribedProjectInput project)
The project that is to be given a subscription grant.
project - The project that is to be given a subscription grant.default SubscribedPrincipalInput.Builder project(Consumer<SubscribedProjectInput.Builder> project)
The project that is to be given a subscription grant.
This is a convenience method that creates an instance of theSubscribedProjectInput.Builder avoiding
the need to create one manually via SubscribedProjectInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to project(SubscribedProjectInput).
project - a consumer that will call methods on SubscribedProjectInput.Builderproject(SubscribedProjectInput)Copyright © 2023. All rights reserved.