public static interface CreateResourceRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<CreateResourceRequest.Builder,CreateResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateResourceRequest.Builder |
name(String name)
The name of the new resource.
|
CreateResourceRequest.Builder |
organizationId(String organizationId)
The identifier associated with the organization for which the resource is created.
|
CreateResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateResourceRequest.Builder |
type(ResourceType type)
The type of the new resource.
|
CreateResourceRequest.Builder |
type(String type)
The type of the new resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateResourceRequest.Builder organizationId(String organizationId)
The identifier associated with the organization for which the resource is created.
organizationId - The identifier associated with the organization for which the resource is created.CreateResourceRequest.Builder name(String name)
The name of the new resource.
name - The name of the new resource.CreateResourceRequest.Builder type(String type)
The type of the new resource. The available types are equipment and room.
type - The type of the new resource. The available types are equipment and room.ResourceType,
ResourceTypeCreateResourceRequest.Builder type(ResourceType type)
The type of the new resource. The available types are equipment and room.
type - The type of the new resource. The available types are equipment and room.ResourceType,
ResourceTypeCreateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.