public static interface RequestEnvironmentInfoRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<RequestEnvironmentInfoRequest.Builder,RequestEnvironmentInfoRequest>
| Modifier and Type | Method and Description |
|---|---|
RequestEnvironmentInfoRequest.Builder |
environmentId(String environmentId)
The ID of the environment of the requested data.
|
RequestEnvironmentInfoRequest.Builder |
environmentName(String environmentName)
The name of the environment of the requested data.
|
RequestEnvironmentInfoRequest.Builder |
infoType(EnvironmentInfoType infoType)
The type of information to request.
|
RequestEnvironmentInfoRequest.Builder |
infoType(String infoType)
The type of information to request.
|
RequestEnvironmentInfoRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RequestEnvironmentInfoRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildRequestEnvironmentInfoRequest.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.
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.
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.
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.
RequestEnvironmentInfoRequest.Builder infoType(String infoType)
The type of information to request.
infoType - The type of information to request.EnvironmentInfoType,
EnvironmentInfoTypeRequestEnvironmentInfoRequest.Builder infoType(EnvironmentInfoType infoType)
The type of information to request.
infoType - The type of information to request.EnvironmentInfoType,
EnvironmentInfoTypeRequestEnvironmentInfoRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.RequestEnvironmentInfoRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.