public static interface ComponentTypeSummary.Builder extends SdkPojo, CopyableBuilder<ComponentTypeSummary.Builder,ComponentTypeSummary>
| Modifier and Type | Method and Description |
|---|---|
ComponentTypeSummary.Builder |
arn(String arn)
The ARN of the component type.
|
ComponentTypeSummary.Builder |
componentTypeId(String componentTypeId)
The ID of the component type.
|
ComponentTypeSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time when the component type was created.
|
ComponentTypeSummary.Builder |
description(String description)
The description of the component type.
|
default ComponentTypeSummary.Builder |
status(Consumer<Status.Builder> status)
The current status of the component type.
|
ComponentTypeSummary.Builder |
status(Status status)
The current status of the component type.
|
ComponentTypeSummary.Builder |
updateDateTime(Instant updateDateTime)
The date and time when the component type was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentTypeSummary.Builder arn(String arn)
The ARN of the component type.
arn - The ARN of the component type.ComponentTypeSummary.Builder componentTypeId(String componentTypeId)
The ID of the component type.
componentTypeId - The ID of the component type.ComponentTypeSummary.Builder creationDateTime(Instant creationDateTime)
The date and time when the component type was created.
creationDateTime - The date and time when the component type was created.ComponentTypeSummary.Builder description(String description)
The description of the component type.
description - The description of the component type.ComponentTypeSummary.Builder status(Status status)
The current status of the component type.
status - The current status of the component type.default ComponentTypeSummary.Builder status(Consumer<Status.Builder> status)
The current status of the component type.
This is a convenience method that creates an instance of theStatus.Builder avoiding the need to
create one manually via Status.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to status(Status).status - a consumer that will call methods on Status.Builderstatus(Status)ComponentTypeSummary.Builder updateDateTime(Instant updateDateTime)
The date and time when the component type was last updated.
updateDateTime - The date and time when the component type was last updated.Copyright © 2022. All rights reserved.