Class AutoScalingConfigurationSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<AutoScalingConfigurationSummary.Builder,- AutoScalingConfigurationSummary> 
Provides summary information about an App Runner automatic scaling configuration resource.
This type contains limited information about an auto scaling configuration. It includes only identification information, without configuration details. It's returned by the ListAutoScalingConfigurations action. Complete configuration information is returned by the CreateAutoScalingConfiguration, DescribeAutoScalingConfiguration, and DeleteAutoScalingConfiguration actions using the AutoScalingConfiguration type.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe Amazon Resource Name (ARN) of this auto scaling configuration.final StringThe customer-provided auto scaling configuration name.final IntegerThe revision of this auto scaling configuration.builder()final InstantThe time when the auto scaling configuration was created.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final BooleanIndicates if this auto scaling configuration has an App Runner service associated with it.final inthashCode()final BooleanIndicates if this auto scaling configuration should be used as the default for a new App Runner service that does not have an auto scaling configuration ARN specified during creation.static Class<? extends AutoScalingConfigurationSummary.Builder> status()The current state of the auto scaling configuration.final StringThe current state of the auto scaling configuration.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
autoScalingConfigurationArnThe Amazon Resource Name (ARN) of this auto scaling configuration. - Returns:
- The Amazon Resource Name (ARN) of this auto scaling configuration.
 
- 
autoScalingConfigurationNameThe customer-provided auto scaling configuration name. It can be used in multiple revisions of a configuration. - Returns:
- The customer-provided auto scaling configuration name. It can be used in multiple revisions of a configuration.
 
- 
autoScalingConfigurationRevisionThe revision of this auto scaling configuration. It's unique among all the active configurations ( "Status": "ACTIVE") with the sameAutoScalingConfigurationName.- Returns:
- The revision of this auto scaling configuration. It's unique among all the active configurations (
         "Status": "ACTIVE") with the sameAutoScalingConfigurationName.
 
- 
statusThe current state of the auto scaling configuration. If the status of a configuration revision is INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed some time after they are deleted.If the service returns an enum value that is not available in the current SDK version, statuswill returnAutoScalingConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current state of the auto scaling configuration. If the status of a configuration revision is
         INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed some time after they are deleted.
- See Also:
 
- 
statusAsStringThe current state of the auto scaling configuration. If the status of a configuration revision is INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed some time after they are deleted.If the service returns an enum value that is not available in the current SDK version, statuswill returnAutoScalingConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current state of the auto scaling configuration. If the status of a configuration revision is
         INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed some time after they are deleted.
- See Also:
 
- 
createdAtThe time when the auto scaling configuration was created. It's in Unix time stamp format. - Returns:
- The time when the auto scaling configuration was created. It's in Unix time stamp format.
 
- 
hasAssociatedServiceIndicates if this auto scaling configuration has an App Runner service associated with it. A value of trueindicates one or more services are associated. A value offalseindicates no services are associated.- Returns:
- Indicates if this auto scaling configuration has an App Runner service associated with it. A value of
         trueindicates one or more services are associated. A value offalseindicates no services are associated.
 
- 
isDefaultIndicates if this auto scaling configuration should be used as the default for a new App Runner service that does not have an auto scaling configuration ARN specified during creation. Each account can have only one default AutoScalingConfigurationper region. The defaultAutoScalingConfigurationcan be any revision under the sameAutoScalingConfigurationName.- Returns:
- Indicates if this auto scaling configuration should be used as the default for a new App Runner service
         that does not have an auto scaling configuration ARN specified during creation. Each account can have
         only one default AutoScalingConfigurationper region. The defaultAutoScalingConfigurationcan be any revision under the sameAutoScalingConfigurationName.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<AutoScalingConfigurationSummary.Builder,- AutoScalingConfigurationSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-