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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateResourceRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateResourceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.