Interface GetOperationRequest.Builder

  • Method Details

    • operationId

      GetOperationRequest.Builder operationId(String operationId)

      The ID of the operation that you want to get more information about.

      Parameters:
      operationId - The ID of the operation that you want to get more information about.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerAccount

      GetOperationRequest.Builder ownerAccount(String ownerAccount)

      The ID of the Amazon Web Services account that owns the namespace associated with the operation, as specified in the namespace ResourceOwner field. For operations associated with namespaces that are shared with your account, you must specify an OwnerAccount.

      Parameters:
      ownerAccount - The ID of the Amazon Web Services account that owns the namespace associated with the operation, as specified in the namespace ResourceOwner field. For operations associated with namespaces that are shared with your account, you must specify an OwnerAccount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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