Uses of Interface
software.amazon.awssdk.services.greengrass.model.GetServiceRoleForAccountResponse.Builder
-
Packages that use GetServiceRoleForAccountResponse.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of GetServiceRoleForAccountResponse.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return GetServiceRoleForAccountResponse.Builder Modifier and Type Method Description GetServiceRoleForAccountResponse.BuilderGetServiceRoleForAccountResponse.Builder. associatedAt(String associatedAt)The time when the service role was associated with the account.static GetServiceRoleForAccountResponse.BuilderGetServiceRoleForAccountResponse. builder()GetServiceRoleForAccountResponse.BuilderGetServiceRoleForAccountResponse.Builder. roleArn(String roleArn)The ARN of the role which is associated with the account.GetServiceRoleForAccountResponse.BuilderGetServiceRoleForAccountResponse. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type GetServiceRoleForAccountResponse.Builder Modifier and Type Method Description static Class<? extends GetServiceRoleForAccountResponse.Builder>GetServiceRoleForAccountResponse. serializableBuilderClass()
-