Interface BatchGrantPermissionsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<BatchGrantPermissionsResponse.Builder,,- BatchGrantPermissionsResponse> - LakeFormationResponse.Builder,- SdkBuilder<BatchGrantPermissionsResponse.Builder,,- BatchGrantPermissionsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- BatchGrantPermissionsResponse
@Mutable
@NotThreadSafe
public static interface BatchGrantPermissionsResponse.Builder
extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<BatchGrantPermissionsResponse.Builder,BatchGrantPermissionsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionfailures(Collection<BatchPermissionsFailureEntry> failures) A list of failures to grant permissions to the resources.failures(Consumer<BatchPermissionsFailureEntry.Builder>... failures) A list of failures to grant permissions to the resources.failures(BatchPermissionsFailureEntry... failures) A list of failures to grant permissions to the 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- 
failuresA list of failures to grant permissions to the resources. - Parameters:
- failures- A list of failures to grant permissions to the resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failuresA list of failures to grant permissions to the resources. - Parameters:
- failures- A list of failures to grant permissions to the resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failuresBatchGrantPermissionsResponse.Builder failures(Consumer<BatchPermissionsFailureEntry.Builder>... failures) A list of failures to grant permissions to the resources. This is a convenience method that creates an instance of theBatchPermissionsFailureEntry.Builderavoiding the need to create one manually viaBatchPermissionsFailureEntry.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailures(List<BatchPermissionsFailureEntry>).- Parameters:
- failures- a consumer that will call methods on- BatchPermissionsFailureEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-