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