public static interface InputSummary.Builder extends SdkPojo, CopyableBuilder<InputSummary.Builder,InputSummary>
| Modifier and Type | Method and Description |
|---|---|
InputSummary.Builder |
creationTime(Instant creationTime)
The time the input was created.
|
InputSummary.Builder |
inputArn(String inputArn)
The ARN of the input.
|
InputSummary.Builder |
inputDescription(String inputDescription)
A brief description of the input.
|
InputSummary.Builder |
inputName(String inputName)
The name of the input.
|
InputSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The last time the input was updated.
|
InputSummary.Builder |
status(InputStatus status)
The status of the input.
|
InputSummary.Builder |
status(String status)
The status of the input.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputSummary.Builder inputName(String inputName)
The name of the input.
inputName - The name of the input.InputSummary.Builder inputDescription(String inputDescription)
A brief description of the input.
inputDescription - A brief description of the input.InputSummary.Builder inputArn(String inputArn)
The ARN of the input.
inputArn - The ARN of the input.InputSummary.Builder creationTime(Instant creationTime)
The time the input was created.
creationTime - The time the input was created.InputSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The last time the input was updated.
lastUpdateTime - The last time the input was updated.InputSummary.Builder status(String status)
The status of the input.
status - The status of the input.InputStatus,
InputStatusInputSummary.Builder status(InputStatus status)
The status of the input.
status - The status of the input.InputStatus,
InputStatusCopyright © 2022. All rights reserved.