Uses of Interface
software.amazon.awssdk.services.datazone.model.SubscribedProject.Builder
-
Packages that use SubscribedProject.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SubscribedProject.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SubscribedProject.Builder Modifier and Type Method Description static SubscribedProject.BuilderSubscribedProject. builder()SubscribedProject.BuilderSubscribedProject.Builder. id(String id)The identifier of the project that has the subscription grant.SubscribedProject.BuilderSubscribedProject.Builder. name(String name)The name of the project that has the subscription grant.SubscribedProject.BuilderSubscribedProject. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SubscribedProject.Builder Modifier and Type Method Description static Class<? extends SubscribedProject.Builder>SubscribedProject. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type SubscribedProject.Builder Modifier and Type Method Description static SubscribedPrincipalSubscribedPrincipal. fromProject(Consumer<SubscribedProject.Builder> project)Create an instance of this class withSubscribedPrincipal.project()initialized to the given value.default SubscribedPrincipal.BuilderSubscribedPrincipal.Builder. project(Consumer<SubscribedProject.Builder> project)The project that has the subscription grant.
-