CopyableBuilder<GetAssociatedRoleResponse.Builder,GetAssociatedRoleResponse>
, SdkBuilder<GetAssociatedRoleResponse.Builder,GetAssociatedRoleResponse>
public static interface GetAssociatedRoleResponse.Builder extends CopyableBuilder<GetAssociatedRoleResponse.Builder,GetAssociatedRoleResponse>
Modifier and Type | Method | Description |
---|---|---|
GetAssociatedRoleResponse.Builder |
associatedAt(String associatedAt) |
Time when the role was associated for the group.
|
GetAssociatedRoleResponse.Builder |
roleArn(String roleArn) |
Arn of the role that is associated with the group.
|
copy
apply, build
GetAssociatedRoleResponse.Builder associatedAt(String associatedAt)
associatedAt
- Time when the role was associated for the group.GetAssociatedRoleResponse.Builder roleArn(String roleArn)
roleArn
- Arn of the role that is associated with the group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.