CopyableBuilder<DescribeEnvironmentResourcesRequest.Builder,DescribeEnvironmentResourcesRequest>, SdkBuilder<DescribeEnvironmentResourcesRequest.Builder,DescribeEnvironmentResourcesRequest>public static interface DescribeEnvironmentResourcesRequest.Builder extends CopyableBuilder<DescribeEnvironmentResourcesRequest.Builder,DescribeEnvironmentResourcesRequest>
| Modifier and Type | Method | 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.
|
copyapply, 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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.