Interface CreateInputRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateInputRequest.Builder,,CreateInputRequest> IotEventsRequest.Builder,SdkBuilder<CreateInputRequest.Builder,,CreateInputRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateInputRequest
public static interface CreateInputRequest.Builder
extends IotEventsRequest.Builder, SdkPojo, CopyableBuilder<CreateInputRequest.Builder,CreateInputRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CreateInputRequest.BuilderinputDefinition(Consumer<InputDefinition.Builder> inputDefinition) The definition of the input.inputDefinition(InputDefinition inputDefinition) The definition of the input.inputDescription(String inputDescription) A brief description of the input.The name you want to give to the input.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) Metadata that can be used to manage the input.tags(Consumer<Tag.Builder>... tags) Metadata that can be used to manage the input.Metadata that can be used to manage the input.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotevents.model.IotEventsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
inputName
The name you want to give to the input.
- Parameters:
inputName- The name you want to give to the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDescription
A 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.
-
inputDefinition
The definition of the input.
- Parameters:
inputDefinition- The definition of the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDefinition
default CreateInputRequest.Builder inputDefinition(Consumer<InputDefinition.Builder> inputDefinition) The definition of the input.
This is a convenience method that creates an instance of theInputDefinition.Builderavoiding the need to create one manually viaInputDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputDefinition(InputDefinition).- Parameters:
inputDefinition- a consumer that will call methods onInputDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Metadata that can be used to manage the input.
- Parameters:
tags- Metadata that can be used to manage the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Metadata that can be used to manage the input.
- Parameters:
tags- Metadata that can be used to manage the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Metadata that can be used to manage the input.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateInputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateInputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-