Interface CreateFlowTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateFlowTemplateRequest.Builder,CreateFlowTemplateRequest>,IoTThingsGraphRequest.Builder,SdkBuilder<CreateFlowTemplateRequest.Builder,CreateFlowTemplateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateFlowTemplateRequest
public static interface CreateFlowTemplateRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<CreateFlowTemplateRequest.Builder,CreateFlowTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateFlowTemplateRequest.BuildercompatibleNamespaceVersion(Long compatibleNamespaceVersion)The namespace version in which the workflow is to be created.default CreateFlowTemplateRequest.Builderdefinition(Consumer<DefinitionDocument.Builder> definition)The workflowDefinitionDocument.CreateFlowTemplateRequest.Builderdefinition(DefinitionDocument definition)The workflowDefinitionDocument.CreateFlowTemplateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateFlowTemplateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.iotthingsgraph.model.IoTThingsGraphRequest.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
-
definition
CreateFlowTemplateRequest.Builder definition(DefinitionDocument definition)
The workflow
DefinitionDocument.- Parameters:
definition- The workflowDefinitionDocument.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
default CreateFlowTemplateRequest.Builder definition(Consumer<DefinitionDocument.Builder> definition)
The workflow
This is a convenience method that creates an instance of theDefinitionDocument.DefinitionDocument.Builderavoiding the need to create one manually viaDefinitionDocument.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefinition(DefinitionDocument).- Parameters:
definition- a consumer that will call methods onDefinitionDocument.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
definition(DefinitionDocument)
-
compatibleNamespaceVersion
CreateFlowTemplateRequest.Builder compatibleNamespaceVersion(Long compatibleNamespaceVersion)
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
- Parameters:
compatibleNamespaceVersion- The namespace version in which the workflow is to be created.If no value is specified, the latest version is used by default.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateFlowTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateFlowTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-