Interface RequestEnvironmentInfoRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<RequestEnvironmentInfoRequest.Builder,RequestEnvironmentInfoRequest>, ElasticBeanstalkRequest.Builder, SdkBuilder<RequestEnvironmentInfoRequest.Builder,RequestEnvironmentInfoRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
RequestEnvironmentInfoRequest

  • Method Details

    • environmentId

      RequestEnvironmentInfoRequest.Builder environmentId(String environmentId)

      The ID of the environment of the requested data.

      If no such environment is found, RequestEnvironmentInfo 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 environment of the requested data.

      If no such environment is found, RequestEnvironmentInfo 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

      RequestEnvironmentInfoRequest.Builder environmentName(String environmentName)

      The name of the environment of the requested data.

      If no such environment is found, RequestEnvironmentInfo 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 environment of the requested data.

      If no such environment is found, RequestEnvironmentInfo 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.
    • infoType

      The type of information to request.

      Parameters:
      infoType - The type of information to request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • infoType

      The type of information to request.

      Parameters:
      infoType - The type of information to request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      RequestEnvironmentInfoRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.