@Generated(value="software.amazon.awssdk:codegen") public final class CreatePipelineRequest extends IoTAnalyticsRequest implements ToCopyableBuilder<CreatePipelineRequest.Builder,CreatePipelineRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePipelineRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePipelineRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPipelineActivities()
Returns true if the PipelineActivities property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<PipelineActivity> |
pipelineActivities()
A list of
PipelineActivity objects. |
String |
pipelineName()
The name of the pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePipelineRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
Metadata which can be used to manage the pipeline.
|
CreatePipelineRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineName()
The name of the pipeline.
public final boolean hasPipelineActivities()
public final List<PipelineActivity> pipelineActivities()
A list of PipelineActivity objects. Activities perform transformations on your messages, such as
removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your
Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize
device data.
The list can be 2-25 PipelineActivity objects and must contain both a channel and a
datastore activity. Each entry in the list must contain only one activity. For example:
pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPipelineActivities() to see if a value was sent in this field.
PipelineActivity objects. Activities perform transformations on your messages,
such as removing, renaming or adding message attributes; filtering messages based on attribute values;
invoking your Lambda functions on messages for advanced processing; or performing mathematical
transformations to normalize device data.
The list can be 2-25 PipelineActivity objects and must contain both a channel
and a datastore activity. Each entry in the list must contain only one activity. For
example:
pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
public final boolean hasTags()
public final List<Tag> tags()
Metadata which can be used to manage the pipeline.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public CreatePipelineRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePipelineRequest.Builder,CreatePipelineRequest>toBuilder in class IoTAnalyticsRequestpublic static CreatePipelineRequest.Builder builder()
public static Class<? extends CreatePipelineRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.