Interface GetIpamRouteProtectionFindingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIpamRouteProtectionFindingsResponse.Builder,,GetIpamRouteProtectionFindingsResponse> Ec2Response.Builder,SdkBuilder<GetIpamRouteProtectionFindingsResponse.Builder,,GetIpamRouteProtectionFindingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetIpamRouteProtectionFindingsResponse
@Mutable
@NotThreadSafe
public static interface GetIpamRouteProtectionFindingsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetIpamRouteProtectionFindingsResponse.Builder,GetIpamRouteProtectionFindingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the IPAM.The token to use to retrieve the next page of results.routeProtectionFindings(Collection<IpamRouteProtectionFinding> routeProtectionFindings) The route protection findings.routeProtectionFindings(Consumer<IpamRouteProtectionFinding.Builder>... routeProtectionFindings) The route protection findings.routeProtectionFindings(IpamRouteProtectionFinding... routeProtectionFindings) The route protection findings.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ipamId
The ID of the IPAM.
- Parameters:
ipamId- The ID of the IPAM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeProtectionFindings
GetIpamRouteProtectionFindingsResponse.Builder routeProtectionFindings(Collection<IpamRouteProtectionFinding> routeProtectionFindings) The route protection findings.
- Parameters:
routeProtectionFindings- The route protection findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeProtectionFindings
GetIpamRouteProtectionFindingsResponse.Builder routeProtectionFindings(IpamRouteProtectionFinding... routeProtectionFindings) The route protection findings.
- Parameters:
routeProtectionFindings- The route protection findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeProtectionFindings
GetIpamRouteProtectionFindingsResponse.Builder routeProtectionFindings(Consumer<IpamRouteProtectionFinding.Builder>... routeProtectionFindings) The route protection findings.
This is a convenience method that creates an instance of theIpamRouteProtectionFinding.Builderavoiding the need to create one manually viaIpamRouteProtectionFinding.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torouteProtectionFindings(List<IpamRouteProtectionFinding>).- Parameters:
routeProtectionFindings- a consumer that will call methods onIpamRouteProtectionFinding.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results.
- Parameters:
nextToken- The token to use to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-