Interface ModifyIpamResourceCidrRequest.Builder

    • Method Detail

      • dryRun

        ModifyIpamResourceCidrRequest.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.
      • resourceId

        ModifyIpamResourceCidrRequest.Builder resourceId​(String resourceId)

        The ID of the resource you want to modify.

        Parameters:
        resourceId - The ID of the resource you want to modify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceCidr

        ModifyIpamResourceCidrRequest.Builder resourceCidr​(String resourceCidr)

        The CIDR of the resource you want to modify.

        Parameters:
        resourceCidr - The CIDR of the resource you want to modify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceRegion

        ModifyIpamResourceCidrRequest.Builder resourceRegion​(String resourceRegion)

        The Amazon Web Services Region of the resource you want to modify.

        Parameters:
        resourceRegion - The Amazon Web Services Region of the resource you want to modify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • currentIpamScopeId

        ModifyIpamResourceCidrRequest.Builder currentIpamScopeId​(String currentIpamScopeId)

        The ID of the current scope that the resource CIDR is in.

        Parameters:
        currentIpamScopeId - The ID of the current scope that the resource CIDR is in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationIpamScopeId

        ModifyIpamResourceCidrRequest.Builder destinationIpamScopeId​(String destinationIpamScopeId)

        The ID of the scope you want to transfer the resource CIDR to.

        Parameters:
        destinationIpamScopeId - The ID of the scope you want to transfer the resource CIDR to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitored

        ModifyIpamResourceCidrRequest.Builder monitored​(Boolean monitored)

        Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.

        Parameters:
        monitored - Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.
        Returns:
        Returns a reference to this object so that method calls can be chained together.