Interface DiscoverInstancesRevisionRequest.Builder

  • Method Details

    • namespaceName

      DiscoverInstancesRevisionRequest.Builder namespaceName(String namespaceName)

      The HttpName name of the namespace. The HttpName is found in the HttpProperties member of the Properties member of the namespace.

      Parameters:
      namespaceName - The HttpName name of the namespace. The HttpName is found in the HttpProperties member of the Properties member of the namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceName

      The name of the service that you specified when you registered the instance.

      Parameters:
      serviceName - The name of the service that you specified when you registered the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerAccount

      The ID of the Amazon Web Services account that owns the namespace associated with the instance, as specified in the namespace ResourceOwner field. For instances associated with namespaces that are shared with your account, you must specify an OwnerAccount. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.

      Parameters:
      ownerAccount - The ID of the Amazon Web Services account that owns the namespace associated with the instance, as specified in the namespace ResourceOwner field. For instances associated with namespaces that are shared with your account, you must specify an OwnerAccount. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DiscoverInstancesRevisionRequest.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.