public static interface InputAttachment.Builder extends SdkPojo, CopyableBuilder<InputAttachment.Builder,InputAttachment>
| Modifier and Type | Method and Description |
|---|---|
InputAttachment.Builder |
inputAttachmentName(String inputAttachmentName)
User-specified name for the attachment.
|
InputAttachment.Builder |
inputId(String inputId)
The ID of the input
|
default InputAttachment.Builder |
inputSettings(Consumer<InputSettings.Builder> inputSettings)
Settings of an input (caption selector, etc.) This is a convenience that creates an instance of the
InputSettings.Builder avoiding the need to create one manually via InputSettings.builder(). |
InputAttachment.Builder |
inputSettings(InputSettings inputSettings)
Settings of an input (caption selector, etc.)
|
copyapplyMutation, buildInputAttachment.Builder inputAttachmentName(String inputAttachmentName)
inputAttachmentName - User-specified name for the attachment. This is required if the user wants to use this input in an
input switch action.InputAttachment.Builder inputId(String inputId)
inputId - The ID of the inputInputAttachment.Builder inputSettings(InputSettings inputSettings)
inputSettings - Settings of an input (caption selector, etc.)default InputAttachment.Builder inputSettings(Consumer<InputSettings.Builder> inputSettings)
InputSettings.Builder avoiding the need to create one manually via InputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputSettings(InputSettings).inputSettings - a consumer that will call methods on InputSettings.BuilderinputSettings(InputSettings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.