@Stability(value=Stable)
public static interface CfnPipeline.RemoveAttributesProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotanalytics.*;
RemoveAttributesProperty removeAttributesProperty = RemoveAttributesProperty.builder()
.attributes(List.of("attributes"))
.name("name")
// the properties below are optional
.next("next")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.RemoveAttributesProperty.Builder
A builder for
CfnPipeline.RemoveAttributesProperty |
static class |
CfnPipeline.RemoveAttributesProperty.Jsii$Proxy
An implementation for
CfnPipeline.RemoveAttributesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.RemoveAttributesProperty.Builder |
builder() |
List<String> |
getAttributes()
A list of 1-50 attributes to remove from the message.
|
String |
getName()
The name of the 'removeAttributes' activity.
|
default String |
getNext()
The next activity in the pipeline.
|
@Stability(value=Stable) @NotNull List<String> getAttributes()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getNext()
@Stability(value=Stable) static CfnPipeline.RemoveAttributesProperty.Builder builder()
Copyright © 2022. All rights reserved.