Interface ModifyIpamResourceCidrRequest.Builder

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

public static interface ModifyIpamResourceCidrRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyIpamResourceCidrRequest.Builder,ModifyIpamResourceCidrRequest>
  • Method Details

    • 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

      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

      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.
    • overrideConfiguration

      ModifyIpamResourceCidrRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.