Interface GetPasswordDataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>,Ec2Response.Builder,SdkBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPasswordDataResponse
@Mutable @NotThreadSafe public static interface GetPasswordDataResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPasswordDataResponse.BuilderinstanceId(String instanceId)The ID of the Windows instance.GetPasswordDataResponse.BuilderpasswordData(String passwordData)The password of the instance.GetPasswordDataResponse.Buildertimestamp(Instant timestamp)The time the data was last updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.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
-
instanceId
GetPasswordDataResponse.Builder instanceId(String instanceId)
The ID of the Windows instance.
- Parameters:
instanceId- The ID of the Windows instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
GetPasswordDataResponse.Builder timestamp(Instant timestamp)
The time the data was last updated.
- Parameters:
timestamp- The time the data was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
passwordData
GetPasswordDataResponse.Builder passwordData(String passwordData)
The password of the instance. Returns an empty string if the password is not available.
- Parameters:
passwordData- The password of the instance. Returns an empty string if the password is not available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-