Class ConnectionGroup
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.ConnectionGroup
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectionGroup.Builder,ConnectionGroup>
@Generated("software.amazon.awssdk:codegen") public final class ConnectionGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectionGroup.Builder,ConnectionGroup>
The connection group for your distribution tenants. When you first create a distribution tenant and you don't specify a connection group, CloudFront will automatically create a default connection group for you. When you create a new distribution tenant and don't specify a connection group, the default one will be associated with your distribution tenant.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectionGroup.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 ConnectionGroup.Builderbuilder()InstantcreatedTime()The date and time when the connection group was created.Booleanenabled()Whether the connection group is enabled.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the connection group.Booleanipv6Enabled()IPv6 is enabled for 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 ConnectionGroup.Builder>serializableBuilderClass()Stringstatus()The status of the connection group.Tagstags()Returns the value of the Tags property for this object.ConnectionGroup.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.
-
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.
-
tags
public final Tags tags()
Returns the value of the Tags property for this object.- Returns:
- The value of the Tags property for this object.
-
ipv6Enabled
public final Boolean ipv6Enabled()
IPv6 is enabled for the connection group.
- Returns:
- IPv6 is enabled for 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.
-
anycastIpListId
public final String anycastIpListId()
The ID of the Anycast static IP list.
- Returns:
- The ID of the Anycast static IP list.
-
status
public final String status()
The status of the connection group.
- Returns:
- The status of the connection group.
-
enabled
public final Boolean enabled()
Whether the connection group is enabled.
- Returns:
- Whether the connection group is enabled.
-
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 ConnectionGroup.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectionGroup.Builder,ConnectionGroup>
-
builder
public static ConnectionGroup.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectionGroup.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
-
-