Interface GetInvitationsCountResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetInvitationsCountResponse.Builder,GetInvitationsCountResponse>,Macie2Response.Builder,SdkBuilder<GetInvitationsCountResponse.Builder,GetInvitationsCountResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetInvitationsCountResponse
public static interface GetInvitationsCountResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetInvitationsCountResponse.Builder,GetInvitationsCountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetInvitationsCountResponse.BuilderinvitationsCount(Long invitationsCount)The total number of invitations that were received by the account, not including the currently accepted invitation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
invitationsCount
GetInvitationsCountResponse.Builder invitationsCount(Long invitationsCount)
The total number of invitations that were received by the account, not including the currently accepted invitation.
- Parameters:
invitationsCount- The total number of invitations that were received by the account, not including the currently accepted invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-