@Stability(value=Stable)
public static interface CfnSegment.AttributeDimensionProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pinpoint.*;
AttributeDimensionProperty attributeDimensionProperty = AttributeDimensionProperty.builder()
.attributeType("attributeType")
.values(List.of("values"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSegment.AttributeDimensionProperty.Builder
A builder for
CfnSegment.AttributeDimensionProperty |
static class |
CfnSegment.AttributeDimensionProperty.Jsii$Proxy
An implementation for
CfnSegment.AttributeDimensionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSegment.AttributeDimensionProperty.Builder |
builder() |
default String |
getAttributeType()
`CfnSegment.AttributeDimensionProperty.AttributeType`.
|
default List<String> |
getValues()
`CfnSegment.AttributeDimensionProperty.Values`.
|
@Stability(value=Stable) @Nullable default String getAttributeType()
@Stability(value=Stable) @Nullable default List<String> getValues()
@Stability(value=Stable) static CfnSegment.AttributeDimensionProperty.Builder builder()
Copyright © 2021. All rights reserved.