Class EnvironmentConfiguration

    • Method Detail

      • awsAccount

        public final AwsAccount awsAccount()

        The Amazon Web Services account of the environment.

        Returns:
        The Amazon Web Services account of the environment.
      • awsRegion

        public final Region awsRegion()

        The Amazon Web Services Region of the environment.

        Returns:
        The Amazon Web Services Region of the environment.
      • configurationParameters

        public final EnvironmentConfigurationParametersDetails configurationParameters()

        The configuration parameters of the environment.

        Returns:
        The configuration parameters of the environment.
      • deploymentModeAsString

        public final String deploymentModeAsString()

        The deployment mode of the environment.

        If the service returns an enum value that is not available in the current SDK version, deploymentMode will return DeploymentMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from deploymentModeAsString().

        Returns:
        The deployment mode of the environment.
        See Also:
        DeploymentMode
      • deploymentOrder

        public final Integer deploymentOrder()

        The deployment order of the environment.

        Returns:
        The deployment order of the environment.
      • description

        public final String description()

        The environment description.

        Returns:
        The environment description.
      • environmentBlueprintId

        public final String environmentBlueprintId()

        The environment blueprint ID.

        Returns:
        The environment blueprint ID.
      • id

        public final String id()

        The environment ID.

        Returns:
        The environment ID.
      • name

        public final String name()

        The environment name.

        Returns:
        The environment name.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)