| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static ChangeSummary.Builder |
ChangeSummary.builder() |
ChangeSummary.Builder |
ChangeSummary.Builder.changeName(String changeName)
Optional name for the change.
|
ChangeSummary.Builder |
ChangeSummary.Builder.changeType(String changeType)
The type of the change.
|
ChangeSummary.Builder |
ChangeSummary.Builder.details(String details)
This object contains details specific to the change type of the requested change.
|
default ChangeSummary.Builder |
ChangeSummary.Builder.entity(Consumer<Entity.Builder> entity)
The entity to be changed.
|
ChangeSummary.Builder |
ChangeSummary.Builder.entity(Entity entity)
The entity to be changed.
|
ChangeSummary.Builder |
ChangeSummary.Builder.errorDetailList(Collection<ErrorDetail> errorDetailList)
An array of
ErrorDetail objects associated with the change. |
ChangeSummary.Builder |
ChangeSummary.Builder.errorDetailList(Consumer<ErrorDetail.Builder>... errorDetailList)
An array of
ErrorDetail objects associated with the change. |
ChangeSummary.Builder |
ChangeSummary.Builder.errorDetailList(ErrorDetail... errorDetailList)
An array of
ErrorDetail objects associated with the change. |
ChangeSummary.Builder |
ChangeSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChangeSummary.Builder> |
ChangeSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.