Interface BlockingInstance.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BlockingInstance.Builder,BlockingInstance>, SdkBuilder<BlockingInstance.Builder,BlockingInstance>, SdkPojo
Enclosing class:
BlockingInstance

@Mutable @NotThreadSafe public static interface BlockingInstance.Builder extends SdkPojo, CopyableBuilder<BlockingInstance.Builder,BlockingInstance>
  • Method Details

    • instanceId

      BlockingInstance.Builder instanceId(String instanceId)

      The ID of the blocking instance.

      Parameters:
      instanceId - The ID of the blocking instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountId

      BlockingInstance.Builder accountId(String accountId)
      Sets the value of the AccountId property for this object.
      Parameters:
      accountId - The new value for the AccountId property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsServiceName

      BlockingInstance.Builder awsServiceName(String awsServiceName)

      The Amazon Web Services service name that owns the specified blocking instance.

      Parameters:
      awsServiceName - The Amazon Web Services service name that owns the specified blocking instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • awsServiceName

      BlockingInstance.Builder awsServiceName(AWSServiceName awsServiceName)

      The Amazon Web Services service name that owns the specified blocking instance.

      Parameters:
      awsServiceName - The Amazon Web Services service name that owns the specified blocking instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: