Interface ManagedThingSchemaListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedThingSchemaListItem.Builder,
,ManagedThingSchemaListItem> SdkBuilder<ManagedThingSchemaListItem.Builder,
,ManagedThingSchemaListItem> SdkPojo
- Enclosing class:
ManagedThingSchemaListItem
@Mutable
@NotThreadSafe
public static interface ManagedThingSchemaListItem.Builder
extends SdkPojo, CopyableBuilder<ManagedThingSchemaListItem.Builder,ManagedThingSchemaListItem>
-
Method Summary
Modifier and TypeMethodDescriptioncapabilityId
(String capabilityId) The id of the capability for a managed thing.endpointId
(String endpointId) The id of the endpoint for a managed thing.The validation schema for one schema item associated with a managed thing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
endpointId
The id of the endpoint for a managed thing.
- Parameters:
endpointId
- The id of the endpoint for a managed thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilityId
The id of the capability for a managed thing.
- Parameters:
capabilityId
- The id of the capability for a managed thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
The validation schema for one schema item associated with a managed thing.
- Parameters:
schema
- The validation schema for one schema item associated with a managed thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-