| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static Change.Builder |
Change.builder() |
Change.Builder |
Change.Builder.changeName(String changeName)
Optional name for the change.
|
Change.Builder |
Change.Builder.changeType(String changeType)
Change types are single string values that describe your intention for the change.
|
Change.Builder |
Change.Builder.details(String details)
This object contains details specific to the change type of the requested change.
|
default Change.Builder |
Change.Builder.entity(Consumer<Entity.Builder> entity)
The entity to be changed.
|
Change.Builder |
Change.Builder.entity(Entity entity)
The entity to be changed.
|
Change.Builder |
Change.Builder.entityTags(Collection<Tag> entityTags)
The tags associated with the change.
|
Change.Builder |
Change.Builder.entityTags(Consumer<Tag.Builder>... entityTags)
The tags associated with the change.
|
Change.Builder |
Change.Builder.entityTags(Tag... entityTags)
The tags associated with the change.
|
Change.Builder |
Change.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Change.Builder> |
Change.serializableBuilderClass() |
Copyright © 2023. All rights reserved.