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