Interface Ipam.Builder

    • Method Detail

      • ownerId

        Ipam.Builder ownerId​(String ownerId)

        The Amazon Web Services account ID of the owner of the IPAM.

        Parameters:
        ownerId - The Amazon Web Services account ID of the owner of the IPAM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamId

        Ipam.Builder ipamId​(String 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.
      • ipamArn

        Ipam.Builder ipamArn​(String ipamArn)

        The Amazon Resource Name (ARN) of the IPAM.

        Parameters:
        ipamArn - The Amazon Resource Name (ARN) of the IPAM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamRegion

        Ipam.Builder ipamRegion​(String ipamRegion)

        The Amazon Web Services Region of the IPAM.

        Parameters:
        ipamRegion - The Amazon Web Services Region of the IPAM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publicDefaultScopeId

        Ipam.Builder publicDefaultScopeId​(String publicDefaultScopeId)

        The ID of the IPAM's default public scope.

        Parameters:
        publicDefaultScopeId - The ID of the IPAM's default public scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateDefaultScopeId

        Ipam.Builder privateDefaultScopeId​(String privateDefaultScopeId)

        The ID of the IPAM's default private scope.

        Parameters:
        privateDefaultScopeId - The ID of the IPAM's default private scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scopeCount

        Ipam.Builder scopeCount​(Integer scopeCount)

        The number of scopes in the IPAM. The scope quota is 5. For more information on quotas, see Quotas in IPAM in the Amazon VPC IPAM User Guide.

        Parameters:
        scopeCount - The number of scopes in the IPAM. The scope quota is 5. For more information on quotas, see Quotas in IPAM in the Amazon VPC IPAM User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Ipam.Builder description​(String description)

        The description for the IPAM.

        Parameters:
        description - The description for the IPAM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingRegions

        Ipam.Builder operatingRegions​(Collection<IpamOperatingRegion> operatingRegions)

        The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

        For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

        Parameters:
        operatingRegions - The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

        For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

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

        Ipam.Builder operatingRegions​(IpamOperatingRegion... operatingRegions)

        The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

        For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

        Parameters:
        operatingRegions - The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

        For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

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

        Ipam.Builder operatingRegions​(Consumer<IpamOperatingRegion.Builder>... operatingRegions)

        The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

        For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

        This is a convenience method that creates an instance of the IpamOperatingRegion.Builder avoiding the need to create one manually via IpamOperatingRegion.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #operatingRegions(List).

        Parameters:
        operatingRegions - a consumer that will call methods on IpamOperatingRegion.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #operatingRegions(java.util.Collection)
      • state

        Ipam.Builder state​(String state)

        The state of the IPAM.

        Parameters:
        state - The state of the IPAM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpamState, IpamState
      • state

        Ipam.Builder state​(IpamState state)

        The state of the IPAM.

        Parameters:
        state - The state of the IPAM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpamState, IpamState
      • tags

        Ipam.Builder tags​(Collection<Tag> tags)

        The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

        Parameters:
        tags - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        Ipam.Builder tags​(Tag... tags)

        The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

        Parameters:
        tags - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        Ipam.Builder tags​(Consumer<Tag.Builder>... tags)

        The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

        This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tags(java.util.Collection)
      • defaultResourceDiscoveryId

        Ipam.Builder defaultResourceDiscoveryId​(String defaultResourceDiscoveryId)

        The IPAM's default resource discovery ID.

        Parameters:
        defaultResourceDiscoveryId - The IPAM's default resource discovery ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultResourceDiscoveryAssociationId

        Ipam.Builder defaultResourceDiscoveryAssociationId​(String defaultResourceDiscoveryAssociationId)

        The IPAM's default resource discovery association ID.

        Parameters:
        defaultResourceDiscoveryAssociationId - The IPAM's default resource discovery association ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceDiscoveryAssociationCount

        Ipam.Builder resourceDiscoveryAssociationCount​(Integer resourceDiscoveryAssociationCount)

        The IPAM's resource discovery association count.

        Parameters:
        resourceDiscoveryAssociationCount - The IPAM's resource discovery association count.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stateMessage

        Ipam.Builder stateMessage​(String stateMessage)

        The state message.

        Parameters:
        stateMessage - The state message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tier

        Ipam.Builder tier​(String tier)

        IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.

        Parameters:
        tier - IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpamTier, IpamTier
      • tier

        Ipam.Builder tier​(IpamTier tier)

        IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.

        Parameters:
        tier - IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpamTier, IpamTier