Interface CreateResourceRequest.Builder

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

public static interface CreateResourceRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<CreateResourceRequest.Builder,CreateResourceRequest>
  • Method Details

    • organizationId

      CreateResourceRequest.Builder organizationId(String organizationId)

      The identifier associated with the organization for which the resource is created.

      Parameters:
      organizationId - The identifier associated with the organization for which the resource is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the new resource.

      Parameters:
      name - The name of the new resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the new resource. The available types are equipment and room.

      Parameters:
      type - The type of the new resource. The available types are equipment and room.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the new resource. The available types are equipment and room.

      Parameters:
      type - The type of the new resource. The available types are equipment and room.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      CreateResourceRequest.Builder description(String description)

      Resource description.

      Parameters:
      description - Resource description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hiddenFromGlobalAddressList

      CreateResourceRequest.Builder hiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)

      If this parameter is enabled, the resource will be hidden from the address book.

      Parameters:
      hiddenFromGlobalAddressList - If this parameter is enabled, the resource will be hidden from the address book.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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