Class EndPoint
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.EndPoint
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<EndPoint.Builder,EndPoint>
@Generated("software.amazon.awssdk:codegen") public final class EndPoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndPoint.Builder,EndPoint>
Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EndPoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndPoint.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
KinesisStreamConfig
kinesisStreamConfig()
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.List<SdkField<?>>
sdkFields()
static Class<? extends EndPoint.Builder>
serializableBuilderClass()
String
streamType()
The type of data stream where you are sending real-time log data.EndPoint.Builder
toBuilder()
String
toString()
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
-
streamType
public final String streamType()
The type of data stream where you are sending real-time log data. The only valid value is
Kinesis
.- Returns:
- The type of data stream where you are sending real-time log data. The only valid value is
Kinesis
.
-
kinesisStreamConfig
public final KinesisStreamConfig kinesisStreamConfig()
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
- Returns:
- Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
-
toBuilder
public EndPoint.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<EndPoint.Builder,EndPoint>
-
builder
public static EndPoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends EndPoint.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-