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
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotevents.model.IotEventsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
inputName
CreateInputRequest.Builder inputName(String 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
CreateInputRequest.Builder inputDescription(String 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
CreateInputRequest.Builder inputDefinition(InputDefinition 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:
inputDefinition(InputDefinition)
-
tags
CreateInputRequest.Builder tags(Collection<Tag> 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
CreateInputRequest.Builder tags(Tag... 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
CreateInputRequest.Builder tags(Consumer<Tag.Builder>... 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateInputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateInputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-