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