CopyableBuilder<Processor.Builder,Processor>
, SdkBuilder<Processor.Builder,Processor>
public static interface Processor.Builder extends CopyableBuilder<Processor.Builder,Processor>
Modifier and Type | Method | Description |
---|---|---|
Processor.Builder |
parameters(Collection<ProcessorParameter> parameters) |
The processor parameters.
|
Processor.Builder |
parameters(ProcessorParameter... parameters) |
The processor parameters.
|
Processor.Builder |
type(String type) |
The type of processor.
|
Processor.Builder |
type(ProcessorType type) |
The type of processor.
|
copy
apply, build
Processor.Builder type(String type)
The type of processor.
type
- The type of processor.ProcessorType
Processor.Builder type(ProcessorType type)
The type of processor.
type
- The type of processor.ProcessorType
Processor.Builder parameters(Collection<ProcessorParameter> parameters)
The processor parameters.
parameters
- The processor parameters.Processor.Builder parameters(ProcessorParameter... parameters)
The processor parameters.
NOTE: This method appends the values to the existing list (if any). Use
#setParameters(java.util.Collection)
or #withParameters(java.util.Collection)
if you want to
override the existing values.
parameters
- The processor parameters.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.