CopyableBuilder<GetSlotTypeRequest.Builder,GetSlotTypeRequest>
, SdkBuilder<GetSlotTypeRequest.Builder,GetSlotTypeRequest>
public static interface GetSlotTypeRequest.Builder extends CopyableBuilder<GetSlotTypeRequest.Builder,GetSlotTypeRequest>
Modifier and Type | Method | Description |
---|---|---|
GetSlotTypeRequest.Builder |
name(String name) |
The name of the slot type.
|
GetSlotTypeRequest.Builder |
version(String version) |
The version of the slot type.
|
copy
apply, build
GetSlotTypeRequest.Builder name(String name)
The name of the slot type. The name is case sensitive.
name
- The name of the slot type. The name is case sensitive.GetSlotTypeRequest.Builder version(String version)
The version of the slot type.
version
- The version of the slot type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.