Cloneable, ReadLimitInfo, ToCopyableBuilder<RetrieveEnvironmentInfoRequest.Builder,RetrieveEnvironmentInfoRequest>@Generated("software.amazon.awssdk:codegen") public class RetrieveEnvironmentInfoRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RetrieveEnvironmentInfoRequest.Builder,RetrieveEnvironmentInfoRequest>
Request to download logs retrieved with RequestEnvironmentInfo.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
RetrieveEnvironmentInfoRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static RetrieveEnvironmentInfoRequest.Builder |
builder() |
|
String |
environmentId() |
The ID of the data's environment.
|
String |
environmentName() |
The name of the data's environment.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
infoType() |
The type of information to retrieve.
|
static Class<? extends RetrieveEnvironmentInfoRequest.Builder> |
serializableBuilderClass() |
|
RetrieveEnvironmentInfoRequest.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 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.
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.
public 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.
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.
public String infoType()
The type of information to retrieve.
EnvironmentInfoTypepublic RetrieveEnvironmentInfoRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RetrieveEnvironmentInfoRequest.Builder,RetrieveEnvironmentInfoRequest>public static RetrieveEnvironmentInfoRequest.Builder builder()
public static Class<? extends RetrieveEnvironmentInfoRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.