public static interface ChangeSummary.Builder extends SdkPojo, CopyableBuilder<ChangeSummary.Builder,ChangeSummary>
| Modifier and Type | Method and Description |
|---|---|
ChangeSummary.Builder |
changeName(String changeName)
Optional name for the change.
|
ChangeSummary.Builder |
changeType(String changeType)
The type of the change.
|
ChangeSummary.Builder |
details(String details)
This object contains details specific to the change type of the requested change.
|
default ChangeSummary.Builder |
entity(Consumer<Entity.Builder> entity)
The entity to be changed.
|
ChangeSummary.Builder |
entity(Entity entity)
The entity to be changed.
|
ChangeSummary.Builder |
errorDetailList(Collection<ErrorDetail> errorDetailList)
An array of
ErrorDetail objects associated with the change. |
ChangeSummary.Builder |
errorDetailList(Consumer<ErrorDetail.Builder>... errorDetailList)
An array of
ErrorDetail objects associated with the change. |
ChangeSummary.Builder |
errorDetailList(ErrorDetail... errorDetailList)
An array of
ErrorDetail objects associated with the change. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeSummary.Builder changeType(String changeType)
The type of the change.
changeType - The type of the change.ChangeSummary.Builder entity(Entity entity)
The entity to be changed.
entity - The entity to be changed.default ChangeSummary.Builder entity(Consumer<Entity.Builder> entity)
The entity to be changed.
This is a convenience method that creates an instance of theEntity.Builder avoiding the need to
create one manually via Entity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to entity(Entity).
entity - a consumer that will call methods on Entity.Builderentity(Entity)ChangeSummary.Builder details(String details)
This object contains details specific to the change type of the requested change.
details - This object contains details specific to the change type of the requested change.ChangeSummary.Builder errorDetailList(Collection<ErrorDetail> errorDetailList)
An array of ErrorDetail objects associated with the change.
errorDetailList - An array of ErrorDetail objects associated with the change.ChangeSummary.Builder errorDetailList(ErrorDetail... errorDetailList)
An array of ErrorDetail objects associated with the change.
errorDetailList - An array of ErrorDetail objects associated with the change.ChangeSummary.Builder errorDetailList(Consumer<ErrorDetail.Builder>... errorDetailList)
An array of ErrorDetail objects associated with the change.
ErrorDetail.Builder avoiding the need to
create one manually via
ErrorDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errorDetailList(List.
errorDetailList - a consumer that will call methods on
ErrorDetail.Builder#errorDetailList(java.util.Collection) ChangeSummary.Builder changeName(String changeName)
Optional name for the change.
changeName - Optional name for the change.Copyright © 2023. All rights reserved.