Interface ListCompositionRelationshipsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCompositionRelationshipsRequest.Builder,ListCompositionRelationshipsRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<ListCompositionRelationshipsRequest.Builder,ListCompositionRelationshipsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCompositionRelationshipsRequest
public static interface ListCompositionRelationshipsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<ListCompositionRelationshipsRequest.Builder,ListCompositionRelationshipsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCompositionRelationshipsRequest.BuilderassetModelId(String assetModelId)The ID of the asset model.ListCompositionRelationshipsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return for each paginated request.ListCompositionRelationshipsRequest.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.ListCompositionRelationshipsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCompositionRelationshipsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
assetModelId
ListCompositionRelationshipsRequest.Builder assetModelId(String assetModelId)
The ID of the asset model. This can be either the actual ID in UUID format, or else
externalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Parameters:
assetModelId- The ID of the asset model. This can be either the actual ID in UUID format, or elseexternalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCompositionRelationshipsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
- Parameters:
nextToken- The token to be used for the next set of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListCompositionRelationshipsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
Default: 50
- Parameters:
maxResults- The maximum number of results to return for each paginated request.Default: 50
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCompositionRelationshipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCompositionRelationshipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-