Interface ListTypedLinkFacetAttributesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<ListTypedLinkFacetAttributesResponse.Builder,ListTypedLinkFacetAttributesResponse>,SdkBuilder<ListTypedLinkFacetAttributesResponse.Builder,ListTypedLinkFacetAttributesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTypedLinkFacetAttributesResponse
public static interface ListTypedLinkFacetAttributesResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListTypedLinkFacetAttributesResponse.Builder,ListTypedLinkFacetAttributesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTypedLinkFacetAttributesResponse.Builderattributes(Collection<TypedLinkAttributeDefinition> attributes)An ordered set of attributes associate with the typed link.ListTypedLinkFacetAttributesResponse.Builderattributes(Consumer<TypedLinkAttributeDefinition.Builder>... attributes)An ordered set of attributes associate with the typed link.ListTypedLinkFacetAttributesResponse.Builderattributes(TypedLinkAttributeDefinition... attributes)An ordered set of attributes associate with the typed link.ListTypedLinkFacetAttributesResponse.BuildernextToken(String nextToken)The pagination token.-
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
-
attributes
ListTypedLinkFacetAttributesResponse.Builder attributes(Collection<TypedLinkAttributeDefinition> attributes)
An ordered set of attributes associate with the typed link.
- Parameters:
attributes- An ordered set of attributes associate with the typed link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
ListTypedLinkFacetAttributesResponse.Builder attributes(TypedLinkAttributeDefinition... attributes)
An ordered set of attributes associate with the typed link.
- Parameters:
attributes- An ordered set of attributes associate with the typed link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
ListTypedLinkFacetAttributesResponse.Builder attributes(Consumer<TypedLinkAttributeDefinition.Builder>... attributes)
An ordered set of attributes associate with the typed link.
This is a convenience method that creates an instance of theTypedLinkAttributeDefinition.Builderavoiding the need to create one manually viaTypedLinkAttributeDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#attributes(List.) - Parameters:
attributes- a consumer that will call methods onTypedLinkAttributeDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#attributes(java.util.Collection)
-
nextToken
ListTypedLinkFacetAttributesResponse.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-