CopyableBuilder<RequestEnvironmentInfoRequest.Builder,RequestEnvironmentInfoRequest>
, SdkBuilder<RequestEnvironmentInfoRequest.Builder,RequestEnvironmentInfoRequest>
public static interface RequestEnvironmentInfoRequest.Builder extends CopyableBuilder<RequestEnvironmentInfoRequest.Builder,RequestEnvironmentInfoRequest>
Modifier and Type | Method | 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(String infoType) |
The type of information to request.
|
RequestEnvironmentInfoRequest.Builder |
infoType(EnvironmentInfoType infoType) |
The type of information to request.
|
copy
apply, build
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.
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
RequestEnvironmentInfoRequest.Builder infoType(EnvironmentInfoType infoType)
The type of information to request.
infoType
- The type of information to request.EnvironmentInfoType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.