Interface DescribeMetadataModelChildrenResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeMetadataModelChildrenResponse.Builder,,DescribeMetadataModelChildrenResponse> DatabaseMigrationResponse.Builder,SdkBuilder<DescribeMetadataModelChildrenResponse.Builder,,DescribeMetadataModelChildrenResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeMetadataModelChildrenResponse
@Mutable
@NotThreadSafe
public static interface DescribeMetadataModelChildrenResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeMetadataModelChildrenResponse.Builder,DescribeMetadataModelChildrenResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the unique pagination token that makes it possible to display the next page of metadata model children.metadataModelChildren(Collection<MetadataModelReference> metadataModelChildren) A list of child metadata models.metadataModelChildren(Consumer<MetadataModelReference.Builder>... metadataModelChildren) A list of child metadata models.metadataModelChildren(MetadataModelReference... metadataModelChildren) A list of child metadata models.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
marker
Specifies the unique pagination token that makes it possible to display the next page of metadata model children. If a marker is returned, there are more metadata model children available.
- Parameters:
marker- Specifies the unique pagination token that makes it possible to display the next page of metadata model children. If a marker is returned, there are more metadata model children available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataModelChildren
DescribeMetadataModelChildrenResponse.Builder metadataModelChildren(Collection<MetadataModelReference> metadataModelChildren) A list of child metadata models.
- Parameters:
metadataModelChildren- A list of child metadata models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataModelChildren
DescribeMetadataModelChildrenResponse.Builder metadataModelChildren(MetadataModelReference... metadataModelChildren) A list of child metadata models.
- Parameters:
metadataModelChildren- A list of child metadata models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataModelChildren
DescribeMetadataModelChildrenResponse.Builder metadataModelChildren(Consumer<MetadataModelReference.Builder>... metadataModelChildren) A list of child metadata models.
This is a convenience method that creates an instance of theMetadataModelReference.Builderavoiding the need to create one manually viaMetadataModelReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadataModelChildren(List<MetadataModelReference>).- Parameters:
metadataModelChildren- a consumer that will call methods onMetadataModelReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-