Interface MatterCapabilityReportEndpoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MatterCapabilityReportEndpoint.Builder,,MatterCapabilityReportEndpoint> SdkBuilder<MatterCapabilityReportEndpoint.Builder,,MatterCapabilityReportEndpoint> SdkPojo
- Enclosing class:
MatterCapabilityReportEndpoint
@Mutable
@NotThreadSafe
public static interface MatterCapabilityReportEndpoint.Builder
extends SdkPojo, CopyableBuilder<MatterCapabilityReportEndpoint.Builder,MatterCapabilityReportEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptionclientClusters(String... clientClusters) Semantic information related to endpoint.clientClusters(Collection<String> clientClusters) Semantic information related to endpoint.clusters(Collection<MatterCapabilityReportCluster> clusters) Matter clusters used in capability report.clusters(Consumer<MatterCapabilityReportCluster.Builder>... clusters) Matter clusters used in capability report.clusters(MatterCapabilityReportCluster... clusters) Matter clusters used in capability report.deviceTypes(String... deviceTypes) The type of device.deviceTypes(Collection<String> deviceTypes) The type of device.The id of the Amazon Web Services Matter capability report endpoint.Heirachy of child endpoints contained in the given endpoint.parts(Collection<String> parts) Heirachy of child endpoints contained in the given endpoint.semanticTags(String... semanticTags) Semantic information related to endpoint.semanticTags(Collection<String> semanticTags) Semantic information related to endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The id of the Amazon Web Services Matter capability report endpoint.
- Parameters:
id- The id of the Amazon Web Services Matter capability report endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceTypes
The type of device.
- Parameters:
deviceTypes- The type of device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceTypes
The type of device.
- Parameters:
deviceTypes- The type of device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusters
Matter clusters used in capability report.
- Parameters:
clusters- Matter clusters used in capability report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusters
Matter clusters used in capability report.
- Parameters:
clusters- Matter clusters used in capability report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusters
MatterCapabilityReportEndpoint.Builder clusters(Consumer<MatterCapabilityReportCluster.Builder>... clusters) Matter clusters used in capability report.
This is a convenience method that creates an instance of theMatterCapabilityReportCluster.Builderavoiding the need to create one manually viaMatterCapabilityReportCluster.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toclusters(List<MatterCapabilityReportCluster>).- Parameters:
clusters- a consumer that will call methods onMatterCapabilityReportCluster.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
parts
Heirachy of child endpoints contained in the given endpoint.
- Parameters:
parts- Heirachy of child endpoints contained in the given endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parts
Heirachy of child endpoints contained in the given endpoint.
- Parameters:
parts- Heirachy of child endpoints contained in the given endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
semanticTags
Semantic information related to endpoint.
- Parameters:
semanticTags- Semantic information related to endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
semanticTags
Semantic information related to endpoint.
- Parameters:
semanticTags- Semantic information related to endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientClusters
Semantic information related to endpoint.
- Parameters:
clientClusters- Semantic information related to endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientClusters
Semantic information related to endpoint.
- Parameters:
clientClusters- Semantic information related to endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-