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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateRoleToGroupResponse.BuilderassociatedAt(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
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 Detail
-
associatedAt
AssociateRoleToGroupResponse.Builder associatedAt(String 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.
-
-