| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static SubscribedProject.Builder |
SubscribedProject.builder() |
SubscribedProject.Builder |
SubscribedProject.Builder.id(String id)
The identifier of the project that has the subscription grant.
|
SubscribedProject.Builder |
SubscribedProject.Builder.name(String name)
The name of the project that has the subscription grant.
|
SubscribedProject.Builder |
SubscribedProject.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SubscribedProject.Builder> |
SubscribedProject.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static SubscribedPrincipal |
SubscribedPrincipal.fromProject(Consumer<SubscribedProject.Builder> project)
Create an instance of this class with
SubscribedPrincipal.project() initialized to the given value. |
default SubscribedPrincipal.Builder |
SubscribedPrincipal.Builder.project(Consumer<SubscribedProject.Builder> project)
The project that has the subscription grant.
|
Copyright © 2023. All rights reserved.