Interface ListResourcesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListResourcesResponse.Builder,,- ListResourcesResponse> - LakeFormationResponse.Builder,- SdkBuilder<ListResourcesResponse.Builder,,- ListResourcesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListResourcesResponse
@Mutable
@NotThreadSafe
public static interface ListResourcesResponse.Builder
extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<ListResourcesResponse.Builder,ListResourcesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionA continuation token, if this is not the first call to retrieve these resources.resourceInfoList(Collection<ResourceInfo> resourceInfoList) A summary of the data lake resources.resourceInfoList(Consumer<ResourceInfo.Builder>... resourceInfoList) A summary of the data lake resources.resourceInfoList(ResourceInfo... resourceInfoList) A summary of the data lake resources.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
resourceInfoListA summary of the data lake resources. - Parameters:
- resourceInfoList- A summary of the data lake resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceInfoListA summary of the data lake resources. - Parameters:
- resourceInfoList- A summary of the data lake resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceInfoListA summary of the data lake resources. This is a convenience method that creates an instance of theResourceInfo.Builderavoiding the need to create one manually viaResourceInfo.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceInfoList(List<ResourceInfo>).- Parameters:
- resourceInfoList- a consumer that will call methods on- ResourceInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA continuation token, if this is not the first call to retrieve these resources. - Parameters:
- nextToken- A continuation token, if this is not the first call to retrieve these resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-