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.
|
build
overrideConfiguration
copy
applyMutation, build
CreateResourceRequest.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
,
ResourceType
CreateResourceRequest.Builder type(ResourceType type)
The type of the created resource.
type
- The type of the created resource.ResourceType
,
ResourceType
CreateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.