Interface BatchGetOnPremisesInstancesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<BatchGetOnPremisesInstancesResponse.Builder,BatchGetOnPremisesInstancesResponse>,SdkBuilder<BatchGetOnPremisesInstancesResponse.Builder,BatchGetOnPremisesInstancesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchGetOnPremisesInstancesResponse
public static interface BatchGetOnPremisesInstancesResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<BatchGetOnPremisesInstancesResponse.Builder,BatchGetOnPremisesInstancesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetOnPremisesInstancesResponse.BuilderinstanceInfos(Collection<InstanceInfo> instanceInfos)Information about the on-premises instances.BatchGetOnPremisesInstancesResponse.BuilderinstanceInfos(Consumer<InstanceInfo.Builder>... instanceInfos)Information about the on-premises instances.BatchGetOnPremisesInstancesResponse.BuilderinstanceInfos(InstanceInfo... instanceInfos)Information about the on-premises instances.-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
instanceInfos
BatchGetOnPremisesInstancesResponse.Builder instanceInfos(Collection<InstanceInfo> instanceInfos)
Information about the on-premises instances.
- Parameters:
instanceInfos- Information about the on-premises instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceInfos
BatchGetOnPremisesInstancesResponse.Builder instanceInfos(InstanceInfo... instanceInfos)
Information about the on-premises instances.
- Parameters:
instanceInfos- Information about the on-premises instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceInfos
BatchGetOnPremisesInstancesResponse.Builder instanceInfos(Consumer<InstanceInfo.Builder>... instanceInfos)
Information about the on-premises instances.
This is a convenience method that creates an instance of theInstanceInfo.Builderavoiding the need to create one manually viaInstanceInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#instanceInfos(List.) - Parameters:
instanceInfos- a consumer that will call methods onInstanceInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#instanceInfos(java.util.Collection)
-
-