public static interface DescribeEnvironmentResourcesRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<DescribeEnvironmentResourcesRequest.Builder,DescribeEnvironmentResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEnvironmentResourcesRequest.Builder |
environmentId(String environmentId)
The ID of the environment to retrieve AWS resource usage data.
|
DescribeEnvironmentResourcesRequest.Builder |
environmentName(String environmentName)
The name of the environment to retrieve AWS resource usage data.
|
DescribeEnvironmentResourcesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDescribeEnvironmentResourcesRequest.Builder environmentId(String environmentId)
The ID of the environment to retrieve AWS resource usage data.
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 to retrieve AWS resource usage data.
Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either,
AWS Elastic Beanstalk returns MissingRequiredParameter error.
DescribeEnvironmentResourcesRequest.Builder environmentName(String environmentName)
The name of the environment to retrieve AWS resource usage data.
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 to retrieve AWS resource usage data.
Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either,
AWS Elastic Beanstalk returns MissingRequiredParameter error.
DescribeEnvironmentResourcesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.