public static interface UpdateResourceRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateResourceRequest.Builder organizationId(String organizationId)
The identifier associated with the organization for which the resource is updated.
organizationId - The identifier associated with the organization for which the resource is updated.UpdateResourceRequest.Builder resourceId(String resourceId)
The identifier of the resource to be updated.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Email address: resource@domain.tld
Resource name: resource
resourceId - The identifier of the resource to be updated.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Email address: resource@domain.tld
Resource name: resource
UpdateResourceRequest.Builder name(String name)
The name of the resource to be updated.
name - The name of the resource to be updated.UpdateResourceRequest.Builder bookingOptions(BookingOptions bookingOptions)
The resource's booking options to be updated.
bookingOptions - The resource's booking options to be updated.default UpdateResourceRequest.Builder bookingOptions(Consumer<BookingOptions.Builder> bookingOptions)
The resource's booking options to be updated.
This is a convenience method that creates an instance of theBookingOptions.Builder avoiding the need
to create one manually via BookingOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to bookingOptions(BookingOptions).
bookingOptions - a consumer that will call methods on BookingOptions.BuilderbookingOptions(BookingOptions)UpdateResourceRequest.Builder description(String description)
Updates the resource description.
description - Updates the resource description.UpdateResourceRequest.Builder type(String type)
Updates the resource type.
type - Updates the resource type.ResourceType,
ResourceTypeUpdateResourceRequest.Builder type(ResourceType type)
Updates the resource type.
type - Updates the resource type.ResourceType,
ResourceTypeUpdateResourceRequest.Builder hiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)
If enabled, the resource is hidden from the global address list.
hiddenFromGlobalAddressList - If enabled, the resource is hidden from the global address list.UpdateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.