Interface ListInstanceAttributesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListInstanceAttributesResponse.Builder,ListInstanceAttributesResponse>,SdkBuilder<ListInstanceAttributesResponse.Builder,ListInstanceAttributesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListInstanceAttributesResponse
public static interface ListInstanceAttributesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListInstanceAttributesResponse.Builder,ListInstanceAttributesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInstanceAttributesResponse.Builderattributes(Collection<Attribute> attributes)The attribute types.ListInstanceAttributesResponse.Builderattributes(Consumer<Attribute.Builder>... attributes)The attribute types.ListInstanceAttributesResponse.Builderattributes(Attribute... attributes)The attribute types.ListInstanceAttributesResponse.BuildernextToken(String nextToken)If there are additional results, this is the token for the next set of results.-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.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
ListInstanceAttributesResponse.Builder attributes(Collection<Attribute> attributes)
The attribute types.
- Parameters:
attributes- The attribute types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
ListInstanceAttributesResponse.Builder attributes(Attribute... attributes)
The attribute types.
- Parameters:
attributes- The attribute types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
ListInstanceAttributesResponse.Builder attributes(Consumer<Attribute.Builder>... attributes)
The attribute types.
This is a convenience method that creates an instance of theAttribute.Builderavoiding the need to create one manually viaAttribute.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 onAttribute.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#attributes(java.util.Collection)
-
nextToken
ListInstanceAttributesResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
- Parameters:
nextToken- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-