Interface DescribeElasticIpsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeElasticIpsResponse.Builder,DescribeElasticIpsResponse>,OpsWorksResponse.Builder,SdkBuilder<DescribeElasticIpsResponse.Builder,DescribeElasticIpsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeElasticIpsResponse
public static interface DescribeElasticIpsResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, CopyableBuilder<DescribeElasticIpsResponse.Builder,DescribeElasticIpsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeElasticIpsResponse.BuilderelasticIps(Collection<ElasticIp> elasticIps)AnElasticIpsobject that describes the specified Elastic IP addresses.DescribeElasticIpsResponse.BuilderelasticIps(Consumer<ElasticIp.Builder>... elasticIps)AnElasticIpsobject that describes the specified Elastic IP addresses.DescribeElasticIpsResponse.BuilderelasticIps(ElasticIp... elasticIps)AnElasticIpsobject that describes the specified Elastic IP addresses.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksResponse.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
-
elasticIps
DescribeElasticIpsResponse.Builder elasticIps(Collection<ElasticIp> elasticIps)
An
ElasticIpsobject that describes the specified Elastic IP addresses.- Parameters:
elasticIps- AnElasticIpsobject that describes the specified Elastic IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticIps
DescribeElasticIpsResponse.Builder elasticIps(ElasticIp... elasticIps)
An
ElasticIpsobject that describes the specified Elastic IP addresses.- Parameters:
elasticIps- AnElasticIpsobject that describes the specified Elastic IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticIps
DescribeElasticIpsResponse.Builder elasticIps(Consumer<ElasticIp.Builder>... elasticIps)
An
This is a convenience method that creates an instance of theElasticIpsobject that describes the specified Elastic IP addresses.ElasticIp.Builderavoiding the need to create one manually viaElasticIp.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#elasticIps(List.) - Parameters:
elasticIps- a consumer that will call methods onElasticIp.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#elasticIps(java.util.Collection)
-
-