public static interface CreateInputRequest.Builder extends IotEventsRequest.Builder, SdkPojo, CopyableBuilder<CreateInputRequest.Builder,CreateInputRequest>
Modifier and Type | Method and Description |
---|---|
default CreateInputRequest.Builder |
inputDefinition(Consumer<InputDefinition.Builder> inputDefinition)
The definition of the input.
|
CreateInputRequest.Builder |
inputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
CreateInputRequest.Builder |
inputDescription(String inputDescription)
A brief description of the input.
|
CreateInputRequest.Builder |
inputName(String inputName)
The name you want to give to the input.
|
CreateInputRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateInputRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateInputRequest.Builder |
tags(Collection<Tag> tags)
Metadata that can be used to manage the input.
|
CreateInputRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Metadata that can be used to manage the input.
|
CreateInputRequest.Builder |
tags(Tag... tags)
Metadata that can be used to manage the input.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateInputRequest.Builder inputName(String inputName)
The name you want to give to the input.
inputName
- The name you want to give to the input.CreateInputRequest.Builder inputDescription(String inputDescription)
A brief description of the input.
inputDescription
- A brief description of the input.CreateInputRequest.Builder inputDefinition(InputDefinition inputDefinition)
The definition of the input.
inputDefinition
- The definition of the input.default CreateInputRequest.Builder inputDefinition(Consumer<InputDefinition.Builder> inputDefinition)
The definition of the input.
This is a convenience that creates an instance of theInputDefinition.Builder
avoiding the need to
create one manually via InputDefinition.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to inputDefinition(InputDefinition)
.inputDefinition
- a consumer that will call methods on InputDefinition.Builder
inputDefinition(InputDefinition)
CreateInputRequest.Builder tags(Collection<Tag> tags)
Metadata that can be used to manage the input.
tags
- Metadata that can be used to manage the input.CreateInputRequest.Builder tags(Tag... tags)
Metadata that can be used to manage the input.
tags
- Metadata that can be used to manage the input.CreateInputRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata that can be used to manage the input.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CreateInputRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateInputRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.