Interface RetrieveEnvironmentInfoRequest.Builder

    • Method Detail

      • environmentId

        RetrieveEnvironmentInfoRequest.Builder environmentId​(String environmentId)

        The ID of the data's environment.

        If no such environment is found, returns an InvalidParameterValue error.

        Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

        Parameters:
        environmentId - The ID of the data's environment.

        If no such environment is found, returns an InvalidParameterValue error.

        Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentName

        RetrieveEnvironmentInfoRequest.Builder environmentName​(String environmentName)

        The name of the data's environment.

        If no such environment is found, returns an InvalidParameterValue error.

        Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

        Parameters:
        environmentName - The name of the data's environment.

        If no such environment is found, returns an InvalidParameterValue error.

        Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

        Returns:
        Returns a reference to this object so that method calls can be chained together.