Interface AddPolicyGrantResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AddPolicyGrantResponse.Builder,,AddPolicyGrantResponse> DataZoneResponse.Builder,SdkBuilder<AddPolicyGrantResponse.Builder,,AddPolicyGrantResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AddPolicyGrantResponse
@Mutable
@NotThreadSafe
public static interface AddPolicyGrantResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<AddPolicyGrantResponse.Builder,AddPolicyGrantResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the policy grant that was added to a specified entity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.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
-
grantId
The ID of the policy grant that was added to a specified entity.
- Parameters:
grantId- The ID of the policy grant that was added to a specified entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-