Interface GetIpamRouteOriginAuthorizationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIpamRouteOriginAuthorizationsResponse.Builder,,GetIpamRouteOriginAuthorizationsResponse> Ec2Response.Builder,SdkBuilder<GetIpamRouteOriginAuthorizationsResponse.Builder,,GetIpamRouteOriginAuthorizationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetIpamRouteOriginAuthorizationsResponse
@Mutable
@NotThreadSafe
public static interface GetIpamRouteOriginAuthorizationsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetIpamRouteOriginAuthorizationsResponse.Builder,GetIpamRouteOriginAuthorizationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipamRouteOriginAuthorizations(Collection<IpamRouteOriginAuthorizationInfo> ipamRouteOriginAuthorizations) The Route Origin Authorizations published to the RPKI.ipamRouteOriginAuthorizations(Consumer<IpamRouteOriginAuthorizationInfo.Builder>... ipamRouteOriginAuthorizations) The Route Origin Authorizations published to the RPKI.ipamRouteOriginAuthorizations(IpamRouteOriginAuthorizationInfo... ipamRouteOriginAuthorizations) The Route Origin Authorizations published to the RPKI.The token to use to retrieve the next page of results.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
-
ipamRouteOriginAuthorizations
GetIpamRouteOriginAuthorizationsResponse.Builder ipamRouteOriginAuthorizations(Collection<IpamRouteOriginAuthorizationInfo> ipamRouteOriginAuthorizations) The Route Origin Authorizations published to the RPKI.
- Parameters:
ipamRouteOriginAuthorizations- The Route Origin Authorizations published to the RPKI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamRouteOriginAuthorizations
GetIpamRouteOriginAuthorizationsResponse.Builder ipamRouteOriginAuthorizations(IpamRouteOriginAuthorizationInfo... ipamRouteOriginAuthorizations) The Route Origin Authorizations published to the RPKI.
- Parameters:
ipamRouteOriginAuthorizations- The Route Origin Authorizations published to the RPKI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamRouteOriginAuthorizations
GetIpamRouteOriginAuthorizationsResponse.Builder ipamRouteOriginAuthorizations(Consumer<IpamRouteOriginAuthorizationInfo.Builder>... ipamRouteOriginAuthorizations) The Route Origin Authorizations published to the RPKI.
This is a convenience method that creates an instance of theIpamRouteOriginAuthorizationInfo.Builderavoiding the need to create one manually viaIpamRouteOriginAuthorizationInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toipamRouteOriginAuthorizations(List<IpamRouteOriginAuthorizationInfo>).- Parameters:
ipamRouteOriginAuthorizations- a consumer that will call methods onIpamRouteOriginAuthorizationInfo.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.
-