Interface DescribeSharedResourcesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeSharedResourcesResponse.Builder,,DescribeSharedResourcesResponse> MqResponse.Builder,SdkBuilder<DescribeSharedResourcesResponse.Builder,,DescribeSharedResourcesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeSharedResourcesResponse
@Mutable
@NotThreadSafe
public static interface DescribeSharedResourcesResponse.Builder
extends MqResponse.Builder, SdkPojo, CopyableBuilder<DescribeSharedResourcesResponse.Builder,DescribeSharedResourcesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token that specifies the next page of results Amazon MQ should return.sharedResources(Collection<SharedResource> sharedResources) A list of resources shared to the broker.sharedResources(Consumer<SharedResource.Builder>... sharedResources) A list of resources shared to the broker.sharedResources(SharedResource... sharedResources) A list of resources shared to the broker.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mq.model.MqResponse.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
-
nextToken
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
- Parameters:
nextToken- The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-