@Generated(value="software.amazon.awssdk:codegen") public final class ColumnConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ColumnConfiguration.Builder,ColumnConfiguration>
The general configuration of a column.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ColumnConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ColumnConfiguration.Builder |
builder() |
ColorsConfiguration |
colorsConfiguration()
The color configurations of the column.
|
ColumnIdentifier |
column()
The column.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FormatConfiguration |
formatConfiguration()
The format configuration of a column.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ColumnRole |
role()
The role of the column.
|
String |
roleAsString()
The role of the column.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ColumnConfiguration.Builder> |
serializableBuilderClass() |
ColumnConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ColumnIdentifier column()
The column.
public final FormatConfiguration formatConfiguration()
The format configuration of a column.
public final ColumnRole role()
The role of the column.
If the service returns an enum value that is not available in the current SDK version, role will return
ColumnRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
roleAsString().
ColumnRolepublic final String roleAsString()
The role of the column.
If the service returns an enum value that is not available in the current SDK version, role will return
ColumnRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
roleAsString().
ColumnRolepublic final ColorsConfiguration colorsConfiguration()
The color configurations of the column.
public ColumnConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ColumnConfiguration.Builder,ColumnConfiguration>public static ColumnConfiguration.Builder builder()
public static Class<? extends ColumnConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.