Interface InputConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InputConfiguration.Builder,,- InputConfiguration> - SdkBuilder<InputConfiguration.Builder,,- InputConfiguration> - SdkPojo
- Enclosing class:
- InputConfiguration
@Mutable
@NotThreadSafe
public static interface InputConfiguration.Builder
extends SdkPojo, CopyableBuilder<InputConfiguration.Builder,InputConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptioncreationTime(Instant creationTime) The time the input was created.The ARN of the input.inputDescription(String inputDescription) A brief description of the input.The name of the input.lastUpdateTime(Instant lastUpdateTime) The last time the input was updated.The status of the input.status(InputStatus status) The status of the input.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- 
inputNameThe name of the input. - Parameters:
- inputName- The name of the input.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inputDescriptionA brief description of the input. - Parameters:
- inputDescription- A brief description of the input.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inputArnThe ARN of the input. - Parameters:
- inputArn- The ARN of the input.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe time the input was created. - Parameters:
- creationTime- The time the input was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdateTimeThe last time the input was updated. - Parameters:
- lastUpdateTime- The last time the input was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the input. - Parameters:
- status- The status of the input.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the input. - Parameters:
- status- The status of the input.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-