Interface CreateIpamPrefixListResolverRequest.Builder

    • Method Detail

      • dryRun

        CreateIpamPrefixListResolverRequest.Builder dryRun​(Boolean dryRun)

        A check for whether you have the required permissions for the action 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 - A check for whether you have the required permissions for the action 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.
      • ipamId

        CreateIpamPrefixListResolverRequest.Builder ipamId​(String ipamId)

        The ID of the IPAM that will serve as the source of the IP address database for CIDR selection. The IPAM must be in the Advanced tier to use this feature.

        Parameters:
        ipamId - The ID of the IPAM that will serve as the source of the IP address database for CIDR selection. The IPAM must be in the Advanced tier to use this feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateIpamPrefixListResolverRequest.Builder description​(String description)

        A description for the IPAM prefix list resolver to help you identify its purpose and configuration.

        Parameters:
        description - A description for the IPAM prefix list resolver to help you identify its purpose and configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • addressFamily

        CreateIpamPrefixListResolverRequest.Builder addressFamily​(String addressFamily)

        The address family for the IPAM prefix list resolver. Valid values are ipv4 and ipv6. You must create separate resolvers for IPv4 and IPv6 CIDRs as they cannot be mixed in the same resolver.

        Parameters:
        addressFamily - The address family for the IPAM prefix list resolver. Valid values are ipv4 and ipv6. You must create separate resolvers for IPv4 and IPv6 CIDRs as they cannot be mixed in the same resolver.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AddressFamily, AddressFamily
      • addressFamily

        CreateIpamPrefixListResolverRequest.Builder addressFamily​(AddressFamily addressFamily)

        The address family for the IPAM prefix list resolver. Valid values are ipv4 and ipv6. You must create separate resolvers for IPv4 and IPv6 CIDRs as they cannot be mixed in the same resolver.

        Parameters:
        addressFamily - The address family for the IPAM prefix list resolver. Valid values are ipv4 and ipv6. You must create separate resolvers for IPv4 and IPv6 CIDRs as they cannot be mixed in the same resolver.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AddressFamily, AddressFamily
      • rules

        CreateIpamPrefixListResolverRequest.Builder rules​(Collection<IpamPrefixListResolverRuleRequest> rules)

        The CIDR selection rules for the resolver.

        CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.

        Parameters:
        rules - The CIDR selection rules for the resolver.

        CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rules

        CreateIpamPrefixListResolverRequest.Builder rules​(IpamPrefixListResolverRuleRequest... rules)

        The CIDR selection rules for the resolver.

        CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.

        Parameters:
        rules - The CIDR selection rules for the resolver.

        CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateIpamPrefixListResolverRequest.Builder tagSpecifications​(Collection<TagSpecification> tagSpecifications)

        The tags to apply to the IPAM prefix list resolver during creation. Tags help you organize and manage your Amazon Web Services resources.

        Parameters:
        tagSpecifications - The tags to apply to the IPAM prefix list resolver during creation. Tags help you organize and manage your Amazon Web Services resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateIpamPrefixListResolverRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        The tags to apply to the IPAM prefix list resolver during creation. Tags help you organize and manage your Amazon Web Services resources.

        Parameters:
        tagSpecifications - The tags to apply to the IPAM prefix list resolver during creation. Tags help you organize and manage your Amazon Web Services resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateIpamPrefixListResolverRequest.Builder clientToken​(String clientToken)

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

        Parameters:
        clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
        Returns:
        Returns a reference to this object so that method calls can be chained together.