Class AwsElasticBeanstalkEnvironmentDetails
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<AwsElasticBeanstalkEnvironmentDetails.Builder,- AwsElasticBeanstalkEnvironmentDetails> 
Contains details about an Elastic Beanstalk environment.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe name of the application that is associated with the environment.builder()final Stringcname()The URL to the CNAME for this environment.final StringThe creation date for this environment.final StringThe date when this environment was last modified.final StringA description of the environment.final StringFor load-balanced, autoscaling environments, the URL to the load balancer.final StringThe ARN of the environment.final StringThe identifier of the environment.Links to other environments in the same group.final StringThe name of the environment.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 booleanFor responses, this returns true if the service returned a value for the EnvironmentLinks property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the OptionSettings property.The configuration setting for the environment.final StringThe ARN of the platform version for the environment.static Class<? extends AwsElasticBeanstalkEnvironmentDetails.Builder> final StringThe name of the solution stack that is deployed with the environment.final Stringstatus()The current operational status of the environment.tier()The tier of the environment.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.final StringThe application version of the environment.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
applicationNameThe name of the application that is associated with the environment. - Returns:
- The name of the application that is associated with the environment.
 
- 
cnameThe URL to the CNAME for this environment. - Returns:
- The URL to the CNAME for this environment.
 
- 
dateCreatedThe creation date for this environment. - Returns:
- The creation date for this environment.
 
- 
dateUpdatedThe date when this environment was last modified. - Returns:
- The date when this environment was last modified.
 
- 
descriptionA description of the environment. - Returns:
- A description of the environment.
 
- 
endpointUrlFor load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance. - Returns:
- For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance.
 
- 
environmentArnThe ARN of the environment. - Returns:
- The ARN of the environment.
 
- 
environmentIdThe identifier of the environment. - Returns:
- The identifier of the environment.
 
- 
hasEnvironmentLinkspublic final boolean hasEnvironmentLinks()For responses, this returns true if the service returned a value for the EnvironmentLinks property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
environmentLinksLinks to other environments in the same group. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasEnvironmentLinks()method.- Returns:
- Links to other environments in the same group.
 
- 
environmentNameThe name of the environment. - Returns:
- The name of the environment.
 
- 
hasOptionSettingspublic final boolean hasOptionSettings()For responses, this returns true if the service returned a value for the OptionSettings property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
optionSettingsThe configuration setting for the environment. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasOptionSettings()method.- Returns:
- The configuration setting for the environment.
 
- 
platformArnThe ARN of the platform version for the environment. - Returns:
- The ARN of the platform version for the environment.
 
- 
solutionStackNameThe name of the solution stack that is deployed with the environment. - Returns:
- The name of the solution stack that is deployed with the environment.
 
- 
statusThe current operational status of the environment. Valid values are as follows: - 
 Aborting
- 
 Launching
- 
 LinkingFrom
- 
 LinkingTo
- 
 Ready
- 
 Terminated
- 
 Terminating
- 
 Updating
 - Returns:
- The current operational status of the environment. Valid values are as follows:
         - 
         Aborting
- 
         Launching
- 
         LinkingFrom
- 
         LinkingTo
- 
         Ready
- 
         Terminated
- 
         Terminating
- 
         Updating
 
- 
         
 
- 
 
- 
tierThe tier of the environment. - Returns:
- The tier of the environment.
 
- 
versionLabelThe application version of the environment. - Returns:
- The application version of the environment.
 
- 
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<AwsElasticBeanstalkEnvironmentDetails.Builder,- AwsElasticBeanstalkEnvironmentDetails> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClasspublic static Class<? extends AwsElasticBeanstalkEnvironmentDetails.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.
 
 
-