Interface RetrieveEnvironmentInfoRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RetrieveEnvironmentInfoRequest.Builder,RetrieveEnvironmentInfoRequest>,ElasticBeanstalkRequest.Builder,SdkBuilder<RetrieveEnvironmentInfoRequest.Builder,RetrieveEnvironmentInfoRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RetrieveEnvironmentInfoRequest
public static interface RetrieveEnvironmentInfoRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<RetrieveEnvironmentInfoRequest.Builder,RetrieveEnvironmentInfoRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetrieveEnvironmentInfoRequest.BuilderenvironmentId(String environmentId)The ID of the data's environment.RetrieveEnvironmentInfoRequest.BuilderenvironmentName(String environmentName)The name of the data's environment.RetrieveEnvironmentInfoRequest.BuilderinfoType(String infoType)The type of information to retrieve.RetrieveEnvironmentInfoRequest.BuilderinfoType(EnvironmentInfoType infoType)The type of information to retrieve.RetrieveEnvironmentInfoRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RetrieveEnvironmentInfoRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
environmentId
RetrieveEnvironmentInfoRequest.Builder environmentId(String environmentId)
The ID of the data's environment.
If no such environment is found, returns an
InvalidParameterValueerror.Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParametererror.- Parameters:
environmentId- The ID of the data's environment.If no such environment is found, returns an
InvalidParameterValueerror.Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParametererror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
RetrieveEnvironmentInfoRequest.Builder environmentName(String environmentName)
The name of the data's environment.
If no such environment is found, returns an
InvalidParameterValueerror.Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParametererror.- Parameters:
environmentName- The name of the data's environment.If no such environment is found, returns an
InvalidParameterValueerror.Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParametererror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
infoType
RetrieveEnvironmentInfoRequest.Builder infoType(String infoType)
The type of information to retrieve.
- Parameters:
infoType- The type of information to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentInfoType,EnvironmentInfoType
-
infoType
RetrieveEnvironmentInfoRequest.Builder infoType(EnvironmentInfoType infoType)
The type of information to retrieve.
- Parameters:
infoType- The type of information to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentInfoType,EnvironmentInfoType
-
overrideConfiguration
RetrieveEnvironmentInfoRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RetrieveEnvironmentInfoRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-