Class AwsRedshiftClusterClusterNode
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterClusterNode
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsRedshiftClusterClusterNode.Builder,AwsRedshiftClusterClusterNode>
@Generated("software.amazon.awssdk:codegen") public final class AwsRedshiftClusterClusterNode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRedshiftClusterClusterNode.Builder,AwsRedshiftClusterClusterNode>
A node in an Amazon Redshift cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsRedshiftClusterClusterNode.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsRedshiftClusterClusterNode.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnodeRole()The role of the node.StringprivateIpAddress()The private IP address of the node.StringpublicIpAddress()The public IP address of the node.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsRedshiftClusterClusterNode.Builder>serializableBuilderClass()AwsRedshiftClusterClusterNode.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nodeRole
public final String nodeRole()
The role of the node. A node might be a leader node or a compute node.
- Returns:
- The role of the node. A node might be a leader node or a compute node.
-
privateIpAddress
public final String privateIpAddress()
The private IP address of the node.
- Returns:
- The private IP address of the node.
-
publicIpAddress
public final String publicIpAddress()
The public IP address of the node.
- Returns:
- The public IP address of the node.
-
toBuilder
public AwsRedshiftClusterClusterNode.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsRedshiftClusterClusterNode.Builder,AwsRedshiftClusterClusterNode>
-
builder
public static AwsRedshiftClusterClusterNode.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsRedshiftClusterClusterNode.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-