Class ConnectionGroupSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.ConnectionGroupSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectionGroupSummary.Builder,ConnectionGroupSummary>
@Generated("software.amazon.awssdk:codegen") public final class ConnectionGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectionGroupSummary.Builder,ConnectionGroupSummary>
A summary that contains details about your connection groups.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectionGroupSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringanycastIpListId()The ID of the Anycast static IP list.Stringarn()The Amazon Resource Name (ARN) of the connection group.static ConnectionGroupSummary.Builderbuilder()InstantcreatedTime()The date and time when the connection group was created.Booleanenabled()Whether the connection group is enabledbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeTag()The current version of the connection group.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the connection group.BooleanisDefault()Whether the connection group is the default connection group for the distribution tenants.InstantlastModifiedTime()The date and time when the connection group was updated.Stringname()The name of the connection group.StringroutingEndpoint()The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ConnectionGroupSummary.Builder>serializableBuilderClass()Stringstatus()The status of the connection group.ConnectionGroupSummary.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
-
id
public final String id()
The ID of the connection group.
- Returns:
- The ID of the connection group.
-
name
public final String name()
The name of the connection group.
- Returns:
- The name of the connection group.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the connection group.
- Returns:
- The Amazon Resource Name (ARN) of the connection group.
-
routingEndpoint
public final String routingEndpoint()
The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net.
- Returns:
- The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net.
-
createdTime
public final Instant createdTime()
The date and time when the connection group was created.
- Returns:
- The date and time when the connection group was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
The date and time when the connection group was updated.
- Returns:
- The date and time when the connection group was updated.
-
eTag
public final String eTag()
The current version of the connection group.
- Returns:
- The current version of the connection group.
-
anycastIpListId
public final String anycastIpListId()
The ID of the Anycast static IP list.
- Returns:
- The ID of the Anycast static IP list.
-
enabled
public final Boolean enabled()
Whether the connection group is enabled
- Returns:
- Whether the connection group is enabled
-
status
public final String status()
The status of the connection group.
- Returns:
- The status of the connection group.
-
isDefault
public final Boolean isDefault()
Whether the connection group is the default connection group for the distribution tenants.
- Returns:
- Whether the connection group is the default connection group for the distribution tenants.
-
toBuilder
public ConnectionGroupSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectionGroupSummary.Builder,ConnectionGroupSummary>
-
builder
public static ConnectionGroupSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectionGroupSummary.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
-
-