Interface GetServiceRoleForAccountResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetServiceRoleForAccountResponse.Builder,GetServiceRoleForAccountResponse>,GreengrassResponse.Builder,SdkBuilder<GetServiceRoleForAccountResponse.Builder,GetServiceRoleForAccountResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetServiceRoleForAccountResponse
public static interface GetServiceRoleForAccountResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetServiceRoleForAccountResponse.Builder,GetServiceRoleForAccountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetServiceRoleForAccountResponse.BuilderassociatedAt(String associatedAt)The time when the service role was associated with the account.GetServiceRoleForAccountResponse.BuilderroleArn(String roleArn)The ARN of the role which is associated with the account.-
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
GetServiceRoleForAccountResponse.Builder associatedAt(String associatedAt)
The time when the service role was associated with the account.- Parameters:
associatedAt- The time when the service role was associated with the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
GetServiceRoleForAccountResponse.Builder roleArn(String roleArn)
The ARN of the role which is associated with the account.- Parameters:
roleArn- The ARN of the role which is associated with the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-