Interface ChangeSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ChangeSummary.Builder,,- ChangeSummary> - SdkBuilder<ChangeSummary.Builder,,- ChangeSummary> - SdkPojo
- Enclosing class:
- ChangeSummary
@Mutable
@NotThreadSafe
public static interface ChangeSummary.Builder
extends SdkPojo, CopyableBuilder<ChangeSummary.Builder,ChangeSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionchangeName(String changeName) Optional name for the change.changeType(String changeType) The type of the change.This object contains details specific to the change type of the requested change.detailsDocument(Document detailsDocument) The JSON value of the details specific to the change type of the requested change.default ChangeSummary.Builderentity(Consumer<Entity.Builder> entity) The entity to be changed.The entity to be changed.errorDetailList(Collection<ErrorDetail> errorDetailList) An array ofErrorDetailobjects associated with the change.errorDetailList(Consumer<ErrorDetail.Builder>... errorDetailList) An array ofErrorDetailobjects associated with the change.errorDetailList(ErrorDetail... errorDetailList) An array ofErrorDetailobjects associated with the change.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
changeTypeThe type of the change. - Parameters:
- changeType- The type of the change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entityThe entity to be changed. - Parameters:
- entity- The entity to be changed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entityThe entity to be changed. This is a convenience method that creates an instance of theEntity.Builderavoiding the need to create one manually viaEntity.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentity(Entity).- Parameters:
- entity- a consumer that will call methods on- Entity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
detailsThis object contains details specific to the change type of the requested change. - Parameters:
- details- This object contains details specific to the change type of the requested change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
detailsDocument
- 
errorDetailListAn array of ErrorDetailobjects associated with the change.- Parameters:
- errorDetailList- An array of- ErrorDetailobjects associated with the change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorDetailListAn array of ErrorDetailobjects associated with the change.- Parameters:
- errorDetailList- An array of- ErrorDetailobjects associated with the change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorDetailListAn array of This is a convenience method that creates an instance of theErrorDetailobjects associated with the change.ErrorDetail.Builderavoiding the need to create one manually viaErrorDetail.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorDetailList(List<ErrorDetail>).- Parameters:
- errorDetailList- a consumer that will call methods on- ErrorDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
changeNameOptional name for the change. - Parameters:
- changeName- Optional name for the change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-