Interface GetObjectInformationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<GetObjectInformationResponse.Builder,GetObjectInformationResponse>,SdkBuilder<GetObjectInformationResponse.Builder,GetObjectInformationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetObjectInformationResponse
public static interface GetObjectInformationResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<GetObjectInformationResponse.Builder,GetObjectInformationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetObjectInformationResponse.BuilderobjectIdentifier(String objectIdentifier)TheObjectIdentifierof the specified object.GetObjectInformationResponse.BuilderschemaFacets(Collection<SchemaFacet> schemaFacets)The facets attached to the specified object.GetObjectInformationResponse.BuilderschemaFacets(Consumer<SchemaFacet.Builder>... schemaFacets)The facets attached to the specified object.GetObjectInformationResponse.BuilderschemaFacets(SchemaFacet... schemaFacets)The facets attached to the specified object.-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
schemaFacets
GetObjectInformationResponse.Builder schemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
- Parameters:
schemaFacets- The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaFacets
GetObjectInformationResponse.Builder schemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
- Parameters:
schemaFacets- The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaFacets
GetObjectInformationResponse.Builder schemaFacets(Consumer<SchemaFacet.Builder>... schemaFacets)
The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
This is a convenience method that creates an instance of theSchemaFacet.Builderavoiding the need to create one manually viaSchemaFacet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#schemaFacets(List.) - 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:
#schemaFacets(java.util.Collection)
-
objectIdentifier
GetObjectInformationResponse.Builder objectIdentifier(String objectIdentifier)
The
ObjectIdentifierof the specified object.- Parameters:
objectIdentifier- TheObjectIdentifierof the specified object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-