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 SummaryModifier and TypeMethodDescriptionThe ID of the policy grant that was added to a specified entity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.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- 
grantIdThe 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.
 
 
-