Cloneable, ReadLimitInfo, ToCopyableBuilder<RequestEnvironmentInfoRequest.Builder,RequestEnvironmentInfoRequest>@Generated("software.amazon.awssdk:codegen") public class RequestEnvironmentInfoRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RequestEnvironmentInfoRequest.Builder,RequestEnvironmentInfoRequest>
Request to retrieve logs from an environment and store them in your Elastic Beanstalk storage bucket.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
RequestEnvironmentInfoRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static RequestEnvironmentInfoRequest.Builder |
builder() |
|
String |
environmentId() |
The ID of the environment of the requested data.
|
String |
environmentName() |
The name of the environment of the requested data.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
infoType() |
The type of information to request.
|
static Class<? extends RequestEnvironmentInfoRequest.Builder> |
serializableBuilderClass() |
|
RequestEnvironmentInfoRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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.
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.
public 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.
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.
public String infoType()
The type of information to request.
EnvironmentInfoTypepublic RequestEnvironmentInfoRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RequestEnvironmentInfoRequest.Builder,RequestEnvironmentInfoRequest>public static RequestEnvironmentInfoRequest.Builder builder()
public static Class<? extends RequestEnvironmentInfoRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.