Interface RetrieveEnvironmentInfoResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RetrieveEnvironmentInfoResponse.Builder,RetrieveEnvironmentInfoResponse>,ElasticBeanstalkResponse.Builder,SdkBuilder<RetrieveEnvironmentInfoResponse.Builder,RetrieveEnvironmentInfoResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RetrieveEnvironmentInfoResponse
public static interface RetrieveEnvironmentInfoResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<RetrieveEnvironmentInfoResponse.Builder,RetrieveEnvironmentInfoResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetrieveEnvironmentInfoResponse.BuilderenvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)The EnvironmentInfoDescription of the environment.RetrieveEnvironmentInfoResponse.BuilderenvironmentInfo(Consumer<EnvironmentInfoDescription.Builder>... environmentInfo)The EnvironmentInfoDescription of the environment.RetrieveEnvironmentInfoResponse.BuilderenvironmentInfo(EnvironmentInfoDescription... environmentInfo)The EnvironmentInfoDescription of the environment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
environmentInfo
RetrieveEnvironmentInfoResponse.Builder environmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
- Parameters:
environmentInfo- The EnvironmentInfoDescription of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentInfo
RetrieveEnvironmentInfoResponse.Builder environmentInfo(EnvironmentInfoDescription... environmentInfo)
The EnvironmentInfoDescription of the environment.
- Parameters:
environmentInfo- The EnvironmentInfoDescription of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentInfo
RetrieveEnvironmentInfoResponse.Builder environmentInfo(Consumer<EnvironmentInfoDescription.Builder>... environmentInfo)
The EnvironmentInfoDescription of the environment.
This is a convenience method that creates an instance of theEnvironmentInfoDescription.Builderavoiding the need to create one manually viaEnvironmentInfoDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#environmentInfo(List.) - Parameters:
environmentInfo- a consumer that will call methods onEnvironmentInfoDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#environmentInfo(java.util.Collection)
-
-