Interface DisassociateServiceRoleFromAccountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DisassociateServiceRoleFromAccountResponse.Builder,
,DisassociateServiceRoleFromAccountResponse> GreengrassV2Response.Builder
,SdkBuilder<DisassociateServiceRoleFromAccountResponse.Builder,
,DisassociateServiceRoleFromAccountResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DisassociateServiceRoleFromAccountResponse
public static interface DisassociateServiceRoleFromAccountResponse.Builder
extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<DisassociateServiceRoleFromAccountResponse.Builder,DisassociateServiceRoleFromAccountResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondisassociatedAt
(String disassociatedAt) The time when the service role was disassociated from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.greengrassv2.model.GreengrassV2Response.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 when the service role was disassociated from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
- Parameters:
disassociatedAt
- The time when the service role was disassociated from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-