public static interface CreateResourceRequest.Builder extends WorkMailRequest.Builder, CopyableBuilder<CreateResourceRequest.Builder,CreateResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateResourceRequest.Builder |
name(String name)
The name of the created resource.
|
CreateResourceRequest.Builder |
organizationId(String organizationId)
The identifier associated with the organization for which the resource is created.
|
CreateResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateResourceRequest.Builder |
type(ResourceType type)
The type of the created resource.
|
CreateResourceRequest.Builder |
type(String type)
The type of the created resource.
|
buildoverrideConfigurationcopyapplyMutation, 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 created resource.
name - The name of the created resource.CreateResourceRequest.Builder type(String type)
The type of the created resource.
type - The type of the created resource.ResourceType,
ResourceTypeCreateResourceRequest.Builder type(ResourceType type)
The type of the created resource.
type - The type of the created resource.ResourceType,
ResourceTypeCreateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.