Interface AssociateRoleToGroupResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<AssociateRoleToGroupResponse.Builder,,AssociateRoleToGroupResponse> GreengrassResponse.Builder,SdkBuilder<AssociateRoleToGroupResponse.Builder,,AssociateRoleToGroupResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 AssociateRoleToGroupResponse
public static interface AssociateRoleToGroupResponse.Builder
extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<AssociateRoleToGroupResponse.Builder,AssociateRoleToGroupResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionassociatedAt(String associatedAt) The time, in milliseconds since the epoch, when the role ARN was associated with the group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
associatedAt
The time, in milliseconds since the epoch, when the role ARN was associated with the group.- Parameters:
 associatedAt- The time, in milliseconds since the epoch, when the role ARN was associated with the group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -