Interface GetIpamRouteOriginAuthorizationsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetIpamRouteOriginAuthorizationsRequest.Builder,GetIpamRouteOriginAuthorizationsRequest>, Ec2Request.Builder, SdkBuilder<GetIpamRouteOriginAuthorizationsRequest.Builder,GetIpamRouteOriginAuthorizationsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetIpamRouteOriginAuthorizationsRequest

  • Method Details

    • dryRun

      Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

      Parameters:
      dryRun - Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipamInternetRegistryAssociationId

      GetIpamRouteOriginAuthorizationsRequest.Builder ipamInternetRegistryAssociationId(String ipamInternetRegistryAssociationId)

      The ID of the IPAM internet registry association.

      Parameters:
      ipamInternetRegistryAssociationId - The ID of the IPAM internet registry association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidr

      Filter results to a specific CIDR prefix.

      Parameters:
      cidr - Filter results to a specific CIDR prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to return in a single call. If not specified, all available results are returned. To retrieve the remaining results, make another call with the returned nextToken value.

      Parameters:
      maxResults - The maximum number of results to return in a single call. If not specified, all available results are returned. To retrieve the remaining results, make another call with the returned nextToken value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token for the next page of results.

      Parameters:
      nextToken - The token for the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder