Interface BatchGetObjectInformationResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetObjectInformationResponse.Builder,
,BatchGetObjectInformationResponse> SdkBuilder<BatchGetObjectInformationResponse.Builder,
,BatchGetObjectInformationResponse> SdkPojo
- Enclosing class:
BatchGetObjectInformationResponse
public static interface BatchGetObjectInformationResponse.Builder
extends SdkPojo, CopyableBuilder<BatchGetObjectInformationResponse.Builder,BatchGetObjectInformationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionobjectIdentifier
(String objectIdentifier) TheObjectIdentifier
of the specified object.schemaFacets
(Collection<SchemaFacet> schemaFacets) The facets attached to the specified object.schemaFacets
(Consumer<SchemaFacet.Builder>... schemaFacets) The facets attached to the specified object.schemaFacets
(SchemaFacet... schemaFacets) The facets attached to the specified object.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, sdkFields
-
Method Details
-
schemaFacets
The facets attached to the specified object.
- Parameters:
schemaFacets
- The facets attached to the specified object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaFacets
The facets attached to the specified object.
- Parameters:
schemaFacets
- The facets attached to the specified object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaFacets
BatchGetObjectInformationResponse.Builder schemaFacets(Consumer<SchemaFacet.Builder>... schemaFacets) The facets attached to the specified object.
This is a convenience method that creates an instance of theSchemaFacet.Builder
avoiding the need to create one manually viaSchemaFacet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschemaFacets(List<SchemaFacet>)
.- Parameters:
schemaFacets
- a consumer that will call methods onSchemaFacet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
objectIdentifier
The
ObjectIdentifier
of the specified object.- Parameters:
objectIdentifier
- TheObjectIdentifier
of the specified object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-