Interface DisassociateRoleFromGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DisassociateRoleFromGroupResponse.Builder,
,DisassociateRoleFromGroupResponse> GreengrassResponse.Builder
,SdkBuilder<DisassociateRoleFromGroupResponse.Builder,
,DisassociateRoleFromGroupResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DisassociateRoleFromGroupResponse
public static interface DisassociateRoleFromGroupResponse.Builder
extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<DisassociateRoleFromGroupResponse.Builder,DisassociateRoleFromGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondisassociatedAt
(String disassociatedAt) The time, in milliseconds since the epoch, when the role was disassociated from the group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassResponse.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 Details
-
disassociatedAt
The time, in milliseconds since the epoch, when the role was disassociated from the group.- Parameters:
disassociatedAt
- The time, in milliseconds since the epoch, when the role was disassociated from the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-