Interface AssociateResourceSharePermissionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateResourceSharePermissionResponse.Builder,AssociateResourceSharePermissionResponse>,RamResponse.Builder,SdkBuilder<AssociateResourceSharePermissionResponse.Builder,AssociateResourceSharePermissionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateResourceSharePermissionResponse
public static interface AssociateResourceSharePermissionResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<AssociateResourceSharePermissionResponse.Builder,AssociateResourceSharePermissionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateResourceSharePermissionResponse.BuilderclientToken(String clientToken)The idempotency identifier associated with this request.AssociateResourceSharePermissionResponse.BuilderreturnValue(Boolean returnValue)A return value oftrueindicates that the request succeeded.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ram.model.RamResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
returnValue
AssociateResourceSharePermissionResponse.Builder returnValue(Boolean returnValue)
A return value of
trueindicates that the request succeeded. A value offalseindicates that the request failed.- Parameters:
returnValue- A return value oftrueindicates that the request succeeded. A value offalseindicates that the request failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
AssociateResourceSharePermissionResponse.Builder clientToken(String clientToken)
The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the
clientTokenrequest parameter of that later call. All other parameters must also have the same values that you used in the first call.- Parameters:
clientToken- The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in theclientTokenrequest parameter of that later call. All other parameters must also have the same values that you used in the first call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-